8838 Commits (0275b75a7e705ef5a6bd6610f1450671f78000b6)

Author SHA1 Message Date
Michael Niedermayer c863d3751f movenc: replace cluster memset by zeroing only the needed field. 13 years ago
Michael Niedermayer 957a593cd9 flvdemux: export flags for nellymoser through side data. 13 years ago
Michael Niedermayer 8d5078c10b ac3probe: Change threshold from 500 to 200 to keep in sync with mp3. 13 years ago
Michael Niedermayer b51eaf3b8c mp3probe: Detect mp3 stronger with just 200 frames, this should speed up detection 13 years ago
Michael Niedermayer 4710993800 movenc: memset(0) new cluster elements after realloc() 13 years ago
Joseph Wecker b55dd10d62 Fix typeo in some rarely used memoization 13 years ago
Joseph Wecker d31c68a7ed removes spurious warning 13 years ago
Geek.Song 9cdf048ad2 movenc: Remove unneeded chunkSize field from MOVIentry 13 years ago
Michael Niedermayer fc09bf57a6 movenc: Write file with minimal number of chunks for the given interleaving. 13 years ago
Alex Converse ac47e014bb adtsenc: Check frame size. 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Carl 2cf4bd7751 sdp: Fix null pointer dereference with aac and ffserver. 13 years ago
Alex Converse 2b45222b6a md5proto: Fix order of operations. 13 years ago
Michael Niedermayer e99c4bbdf3 img2: update first file only when -updatefirst is specified 13 years ago
Michael Niedermayer b7c7eae7d9 tta: better check for totalframes. 13 years ago
Michael Niedermayer 102a2463d3 img2: Allow writing multiple files onto the same output file. 13 years ago
Mans Rullgard d9ba767d61 musepack: fix signed shift overflow in mpc_read_packet() 13 years ago
Alex Converse 028a2375e2 mov: Make format string match variable type. 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Justin Ruggles 9d2dd356c2 adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() 13 years ago
Justin Ruggles a17c3c7d15 avformat: add CRI ADX format demuxer 13 years ago
Justin Ruggles 27360ccc5e adx: add an ADX parser. 13 years ago
Mans Rullgard 3d1af11df4 sol: use AV_RL32 instead of raw pointer cast 13 years ago
Luca Barbato 035af998ad nullenc: drop AVFMT_RAWPICTURE from the flags 13 years ago
Carl Eugen Hoyos 3880b4541a Do not claim that every unknown rm stream is a video stream. 13 years ago
Michael Niedermayer 58030fc6c8 avio: Fix handling of filenames that contain : 13 years ago
Justin Ruggles 5872c78122 cdg: skip packets that don't contain a cdg command. 13 years ago
Michael Niedermayer 98d1e9f915 lavf: give more weight to the extension during probing if there is a id3 13 years ago
Michael Niedermayer 6a3a54f5e3 lavf: minor cleanup of av_probe_input_format3() 13 years ago
Anton Khirnov 0844b57c11 crcenc: add flags 13 years ago
Anton Khirnov 50efd3cad8 md5enc: add flags 13 years ago
Michael Niedermayer 6161c41817 avio: Support private options in URLProtocols 13 years ago
Michael Niedermayer c12e1bd1bc avio: allow any chars in protocols 13 years ago
Clément Bœsch 2bb1c713cc http: add user_agent option. 13 years ago
Alex Converse 9f8c190bb0 mov: Remove some redundant and obsolete comments. 13 years ago
Luca Barbato e361b5089a doxy: structure libavformat groups 13 years ago
Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 13 years ago
ami_stuff cf14c82227 [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder 13 years ago
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Martin Storsjö 66e9c0b6ab httpproxy: Specify the object files needed in the Makefile 13 years ago
Michael Niedermayer 328a3545c6 udp: update to new interrupt callback API 13 years ago
Michael Niedermayer 36a60fad62 lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking. 13 years ago
Michael Niedermayer fca85ce5ec rawdec: use a default sample rate if none is specified. 13 years ago
Tomas Härdin fd1cea6549 mxfdec: Add hack that adjusts the n_delta calculation when system items are present 13 years ago
Tomas Härdin 7ddb0607f3 mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays 13 years ago
Josh Allmann 704af3e29c rtmp: do not hardcode invoke numbers 13 years ago
Martin Storsjö 45f511ece7 avio: Mark the old interrupt callback mechanism as deprecated 13 years ago
Panagiotis H.M. Issaris 795d9594cf applehttp: Fix seeking in streams not starting at DTS=0 13 years ago
Martin Storsjö dbc2424baa http: Don't use the normal http proxy mechanism for https 13 years ago
Martin Storsjö 2565dbeb3e tls: Handle connection via a http proxy 13 years ago