1795 Commits (cc58300e30e7aea6acfecd72a04a3886b285cfd8)

Author SHA1 Message Date
  Kostya Shishkov 3f509ba122 WavPack support in Matroska 19 years ago
  Diego Biurrun 899af1a26a Do not set audio codec_tag to 1, that would be PCM audio. 19 years ago
  Reynaldo H. Verdejo Pinochet b1d196db56 now we set codec_tag, still have to figure out how to handle flipping 19 years ago
  Baptiste Coudurier 48855b26d4 do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov 19 years ago
  Baptiste Coudurier 80c5b9a161 indention 19 years ago
  Baptiste Coudurier 152e9a43f2 reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 19 years ago
  Ryan Martell 4a6cc06123 add valid statistics for the RTCP receiver report. 19 years ago
  Baptiste Coudurier f932cdf209 kill AVImageFormat 19 years ago
  Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 19 years ago
  Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 19 years ago
  Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 19 years ago
  Baptiste Coudurier a512446ed3 clean, always write major brand for debug 19 years ago
  Baptiste Coudurier 02799762c6 remove useless mp4 field 19 years ago
  Baptiste Coudurier f45b744cb7 simplify 19 years ago
  Baptiste Coudurier aa90239fd9 mov vfr muxing 19 years ago
  Diego Biurrun 20cd83e276 cosmetics: Restore alphabetical order. 19 years ago
  Baptiste Coudurier 55bdd34d1a remove gcc warning about void * used in arithmetic 19 years ago
  Kostya Shishkov 84ed36da85 IMC decoder 19 years ago
  Michael Niedermayer 498c544ad2 dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 19 years ago
  Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 19 years ago
  Ryan Martell d0deedcb07 fix more dynamic protocol stuff, needed by the forthcoming h264 19 years ago
  Joakim Plate 0a4250bc92 add support for all framerates specified by the standard 19 years ago
  Joakim Plate 2f394e1ca8 Fix A/V (de)sync with discontinuous NSV streams, 19 years ago
  Thijs 34ecc3975f Make it possible to reuse UDP socket (optional, disabled by default) 19 years ago
  Ryan Martell d83723305e move up (in the file) AAC audio handling moved from below 19 years ago
  Guillaume Poirier a01e68aa5e Add base64 encoding and decoding routines 19 years ago
  Thijs dbf30963f3 make ffmpeg able to send back a RTCP receiver report. 19 years ago
  Ryan Martell ed78754216 indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % 19 years ago
  Baptiste Coudurier 18de0b81d5 fflags can/will be used for muxing too 19 years ago
  Guillaume Poirier 550b284346 Last fix of licence header 19 years ago
  Guillaume Poirier 9eeec55d77 move licence header fixes 19 years ago
  Guillaume Poirier cbced386c2 Fix licence header (aka <pedantic mode='on' /> ) 19 years ago
  Ryan Martell 4934884a13 Add support for H264 over RTP 19 years ago
  Baptiste Coudurier b59cb45632 remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway 19 years ago
  Aurelien Jacobs 21e3c26ca2 fix mp3 in swf decoding 19 years ago
  Kostya Shishkov 79f7c32ffb Register .tga and .tiff image extensions 19 years ago
  Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 19 years ago
  Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 19 years ago
  Aurelien Jacobs 246f86a4d6 document the extradata protocol for VP6F 19 years ago
  Aurelien Jacobs fa73604f61 don't use ast before checking it's not NULL 19 years ago
  Aurelien Jacobs 9e2424ce60 use the adjustment value present in FLV to crop VP6 video 19 years ago
  Baptiste Coudurier 20da94e8c5 activate gif decoder, seems to work fine on showdown2.mov 19 years ago
  Baptiste Coudurier 6f9e492acf add gif support 19 years ago
  Baptiste Coudurier 14f283d849 disable annoying debug messages 19 years ago
  Luca Abeni 7c7e7464e3 Make read_packet fail is the v4l2 driver returns an unexpected frame size 19 years ago
  Andreas Öman 71bd023da5 avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu 19 years ago
  Andreas Öman 487240b026 fix probe, patch by Andreas Oman, andreas at olebyn dot nu 19 years ago
  Baptiste Coudurier d966b2f0db warn about zlib support needed if file has compressed moov atom 19 years ago
  Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 19 years ago
  Michael Niedermayer 143bf7d7c3 dont mess with ByteIOContext internal variables (fixes showdown2.mov) 19 years ago