32 Commits (b0f3382873d275c4bd2e04f6f4f74f75162e5325)

Author SHA1 Message Date
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Michael Niedermayer ac5565d88c file extension based probe is max/2 18 years ago
Michael Niedermayer 65a00bd65a factorize 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
David Conrad 8076609a40 The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61. 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
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Baptiste Coudurier 14f283d849 disable annoying debug messages 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer c8389233cb fix useless framerate messup 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 61f4aa96ba kill a annoying debug printf 20 years ago
Mike Melanson e4917f59a5 use correct types 20 years ago
François Revol 27d5f18f66 First implementation of nsv demuxer. 20 years ago