1645 Commits (a6e923c9db16acb9373c537ec0da23e1c6a6f1b6)

Author SHA1 Message Date
Ryan Martell 4a6cc06123 add valid statistics for the RTCP receiver report. 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Baptiste Coudurier a512446ed3 clean, always write major brand for debug 18 years ago
Baptiste Coudurier 02799762c6 remove useless mp4 field 18 years ago
Baptiste Coudurier f45b744cb7 simplify 18 years ago
Baptiste Coudurier aa90239fd9 mov vfr muxing 18 years ago
Diego Biurrun 20cd83e276 cosmetics: Restore alphabetical order. 18 years ago
Baptiste Coudurier 55bdd34d1a remove gcc warning about void * used in arithmetic 18 years ago
Kostya Shishkov 84ed36da85 IMC decoder 18 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) 18 years ago
Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 18 years ago
Ryan Martell d0deedcb07 fix more dynamic protocol stuff, needed by the forthcoming h264 18 years ago
Joakim Plate 0a4250bc92 add support for all framerates specified by the standard 18 years ago
Joakim Plate 2f394e1ca8 Fix A/V (de)sync with discontinuous NSV streams, 18 years ago
Thijs 34ecc3975f Make it possible to reuse UDP socket (optional, disabled by default) 18 years ago
Ryan Martell d83723305e move up (in the file) AAC audio handling moved from below 18 years ago
Guillaume Poirier a01e68aa5e Add base64 encoding and decoding routines 18 years ago
Thijs dbf30963f3 make ffmpeg able to send back a RTCP receiver report. 18 years ago
Ryan Martell ed78754216 indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % 18 years ago
Baptiste Coudurier 18de0b81d5 fflags can/will be used for muxing too 18 years ago
Guillaume Poirier 550b284346 Last fix of licence header 18 years ago
Guillaume Poirier 9eeec55d77 move licence header fixes 18 years ago
Guillaume Poirier cbced386c2 Fix licence header (aka <pedantic mode='on' /> ) 18 years ago
Ryan Martell 4934884a13 Add support for H264 over RTP 18 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 18 years ago
Aurelien Jacobs 21e3c26ca2 fix mp3 in swf decoding 18 years ago
Kostya Shishkov 79f7c32ffb Register .tga and .tiff image extensions 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 18 years ago
Aurelien Jacobs 246f86a4d6 document the extradata protocol for VP6F 18 years ago
Aurelien Jacobs fa73604f61 don't use ast before checking it's not NULL 18 years ago
Aurelien Jacobs 9e2424ce60 use the adjustment value present in FLV to crop VP6 video 18 years ago
Baptiste Coudurier 20da94e8c5 activate gif decoder, seems to work fine on showdown2.mov 18 years ago
Baptiste Coudurier 6f9e492acf add gif support 18 years ago
Baptiste Coudurier 14f283d849 disable annoying debug messages 18 years ago
Luca Abeni 7c7e7464e3 Make read_packet fail is the v4l2 driver returns an unexpected frame size 18 years ago
Andreas Öman 71bd023da5 avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu 18 years ago
Andreas Öman 487240b026 fix probe, patch by Andreas Oman, andreas at olebyn dot nu 18 years ago
Baptiste Coudurier d966b2f0db warn about zlib support needed if file has compressed moov atom 18 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 18 years ago
Michael Niedermayer 143bf7d7c3 dont mess with ByteIOContext internal variables (fixes showdown2.mov) 18 years ago
Baptiste Coudurier 99fd05cbdd use AVFormatContext to log 18 years ago
Diego Biurrun 3d1eed611b Fix license header error notice by Steve LHomme. 18 years ago
Baptiste Coudurier 708e3e7d2d simplify pcm read seek, use av_get_bits_per_sample 18 years ago
Baptiste Coudurier 5b9d79bd77 avoid overwriting pkt 18 years ago
Aurelien Jacobs 595da759de 10l inverted condition check generated an endless loop 18 years ago
Baptiste Coudurier 4d6ac1a47b skip packet if no stream index is found, fix proxy_pal030926.mxf 18 years ago