summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | aacdec: disable locking code for parse_adts_frame_header() non zero chan config.Michael Niedermayer2011-09-231-1/+1
* | vf_drawtext: do not set limitations on fontsizeStefano Sabatini2011-09-232-2/+2
* | forgot git add prores_*cMichael Niedermayer2011-09-232-0/+1365
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-2319-687/+85
|\ \ | |/
| * Add LATM demuxerJanne Grunau2011-09-225-3/+16
| * avplay: flush audio decoder with empty packets at EOF if the decoder hasJustin Ruggles2011-09-221-6/+23
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-222-58/+88
| * 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
| * 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
| * 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
| * 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
| * mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
| * fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun2011-09-221-1/+1
| * fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun2011-09-221-1/+1
| * Apple ProRes decoderMaxim Poliakovski2011-09-226-1/+738
| * rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
| * rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
| * eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-222-3/+3
* | matroskadec: Fix seeking for matroska files with CUES before first clusterAaron Colwell2011-09-221-10/+17
* | lavf/utils: only complain about aspect missmatch when the difference is "meas...Michael Niedermayer2011-09-221-1/+3
* | mpeg4videoenc: remove forgotten return -1Michael Niedermayer2011-09-221-1/+0
* | mpeg4videoenc: guess a good aspect when we cant store the exact one.Michael Niedermayer2011-09-221-1/+3
* | Cosmetics: Fix typo.Carl Eugen Hoyos2011-09-221-1/+1
* | presets: use private options in libx264-ipod ffpresetsLou Logan2011-09-222-4/+6
* | prores: skip alpha if presentJonne Ahner2011-09-221-0/+1
* | vf_drawtext: remove useless and misnamed intermediary "baseline" variable in ...Stefano Sabatini2011-09-221-3/+2
* | vf_drawtext: fix background box coloring with RGB formats != RGBAStefano Sabatini2011-09-221-1/+1
* | vf_drawtext: prefer int over unsigned intStefano Sabatini2011-09-221-8/+7
* | vf_drawtext: use @itemize environment for showing examples in docsStefano Sabatini2011-09-221-9/+15
* | Check for huffman tree building error in vp6 decoder.Laurent Aimar2011-09-224-11/+18
* | Release old pictures after a resolution change in vp5/6 decoderLaurent Aimar2011-09-221-0/+10
* | Check for missing reference in vp5/6 decoder.Laurent Aimar2011-09-221-0/+2
* | Check for invalid slices offsets in RV30/40 decoder.Laurent Aimar2011-09-221-1/+10
* | Check output buffer size in nellymoser decoder.Laurent Aimar2011-09-221-0/+3
* | ffprobe: remove misplaced and pointless comment.Clément Bœsch2011-09-221-1/+0
* | ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors.Clément Bœsch2011-09-221-1/+1
* | ffprobe: remove media_type_string() by inlining av_x_if_null().Clément Bœsch2011-09-221-8/+2
* | lavu: add av_x_if_null().Clément Bœsch2011-09-222-2/+13
* | Fix dxva2 decoding for some H264 samples.Carl Eugen Hoyos2011-09-211-6/+8
* | Support Sorenson Spark in f4v.Carl Eugen Hoyos2011-09-211-0/+1
* | Use the parser for AC-3 in mov.Carl Eugen Hoyos2011-09-211-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-2122-173/+644
|\ \ | |/
| * swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
| * dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
| * doc: library versions need to be bumped in version.hDiego Biurrun2011-09-211-1/+1
| * Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-211-3/+5
| * Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-212-4/+0
| * lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-213-4/+4
| * ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-212-2/+7