77 Commits (803b09044963734ecee76eb4d8313072d4045173)

Author SHA1 Message Date
Diego Biurrun a7738a044d URL update, move comment to a better place. 17 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 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 3d1eed611b Fix license header error notice by Steve LHomme. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Michael Niedermayer ccb159940b fix regression failure after adler simplification 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 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
Stefan Huehner ea138e978a Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. 19 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Oded Shimon 9d4461b9f2 Disable lavf NUT until it is synced to spec 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Gildas Bazin 6d276a9e91 Properly #ifdef muxer-specific parts. 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
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago
Michael Niedermayer 177e5460b9 forward_ptr doesnt contain its own length anymore 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 16423e179b nut prefers extradata style global headers 20 years ago
Alex Beregszaszi fc565b22fc some nut.hu hype 20 years ago
Michael Niedermayer 01bd1ed2db fix stream class 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 8bb8f41375 initalize has_b_frames 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
Luca Barbato 7071e56799 "put_s should store signed values. Spotted on #mplayerdev by someone I 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Nilesh Bansal 5c5dea3f0c 01-makefile_fix_updated.patch 20 years ago
Michael Niedermayer b9866ebcc7 support discarding uninterresting packets 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 years ago
Michael Niedermayer 3ba1438dec use native timebase for seeking 20 years ago
Michael Niedermayer ca6ecf50f9 file id string 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer cdd5034f89 store index for seeking in the native timebase of each stream 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 84ad613008 bytestream tracing support 21 years ago
Michael Niedermayer 0b43db1448 match latest spec 21 years ago
Michael Niedermayer 31179d85cb store correct pts 21 years ago
Michael Niedermayer 75553f825c bit-exact 21 years ago
Michael Niedermayer 8d14a25c3e moving nearly identical binary search code from nut/mpeg/asf to utils.c 21 years ago
Michael Niedermayer ee76016c79 set codec_tag 21 years ago