Mercurial > libavformat.hg
graph
-
extradata may be used as bitstream reader input so allocate with padding libavformat2006-06-29, by mru
-
do not fail av_find_stream_info() if params for all streams could not be found libavformat2006-06-29, by mru
-
dont read over the end of a data chunk and at the end search for the next libavformat2006-06-28, by michael
-
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat2006-06-20, by diego
-
Add const to (mostly) char* and make some functions static, which aren't used libavformat2006-06-18, by diego
-
Add (mostly) const to variable and parameter declaration, where a char* was libavformat2006-06-17, by diego
-
use standard codec tag if the specified tag is out of range and would be libavformat2006-06-16, by mru
-
simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat2006-06-12, by bcoudurier
-
read_packet return value must be < 0 when no packet is returned, including EOF. libavformat2006-06-11, by reimar
-
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat2006-05-19, by michael
-
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat2006-05-18, by michael
-
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformat2006-05-12, by banan
-
simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat2006-05-10, by bcoudurier
-
Add support for raw flac decoding based on the .flac suffix of input files. libavformat2006-05-09, by banan
-
Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat2006-04-20, by reimar
-
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat2006-04-19, by bcoudurier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat2006-04-15, by diego
-
get avcC profile and level indication from sps (from handbrake) libavformat2006-04-14, by bcoudurier
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat2006-04-07, by kostya
-
little h.264 related hunk from diff between cvs and mobile hackerz libavformat2006-04-04, by michael
-
the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat2006-04-04, by michael
-
fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat2006-03-30, by rfelker
-
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat2006-03-24, by bcoudurier