61 Commits (1b137298fa260b6119a872a1a2c6f9a99cfab283)

Author SHA1 Message Date
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
Michael Niedermayer aec8f88a9e removing keyframe prediction and checksum threshold 21 years ago
Steven M. Schultz 1c24c51dec gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>) 21 years ago
Michael Niedermayer 7dddf251a2 fourcc & language code v->vb type 21 years ago
Michael Niedermayer 465e1dadbe 10l (bytes_left() -> url_feof()) 21 years ago
Michael Niedermayer 7c5934ede9 search for undamaged headers 21 years ago
Michael Niedermayer ee9f36a88e checksuming for nut & nice checksum API for libavformat 21 years ago
Michael Niedermayer 5a75750785 10l (Titel->Title) 21 years ago
Michael Niedermayer e52788d069 info packet read/write & simplify 21 years ago
Michael Niedermayer ae3fa4ea9c make vorbis default again 21 years ago
Michael Niedermayer a1d4d70c7a large extradata fix 21 years ago
Michael Niedermayer a5247e3d8d nut (de)muxer update 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi f0a93eb0b2 msb pts support 21 years ago
Alex Beregszaszi 4b68410579 10l 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Alex Beregszaszi e692fd601d fixed codec specific data headers 21 years ago