summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/muxers: sort options for the segment muxerStefano Sabatini2012-07-081-2/+2
* lavf/segment: add segment_list_type option, extend format for the segment lis...Stefano Sabatini2012-07-083-2/+46
* lavf/nutenc: provide meaningful error message and error code in case of inval...Stefano Sabatini2012-07-081-2/+4
* fate: FLAC tests require SAMPLES.Nicolas George2012-07-081-1/+1
* vf_tinterlace: use av_assertMichael Niedermayer2012-07-081-1/+2
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-088-8/+8
* sanm: make use of dsputilPaul B Mahol2012-07-071-7/+17
* aacdec: correct "audio config changed" warning messageMichael Niedermayer2012-07-081-1/+5
* latm: fix initialization on some streams when no extradata is availableHendrik Leppkes2012-07-081-1/+2
* x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch2012-07-071-0/+2
* swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2012-07-072-4/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-072-1/+2
|\
| * mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-071-4/+4
| * x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö2012-07-061-1/+1
* | x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosLoren Merritt2012-07-071-107/+22
* | x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer2012-07-071-0/+2
* | vf_pp: dont pass NULL into pp, it would failMichael Niedermayer2012-07-071-1/+1
* | pp: check that the argument is not NULL as this is not supportedMichael Niedermayer2012-07-071-0/+5
* | doc: update mono to stereo workaround exampleTim Nicholson2012-07-071-4/+1
* | tools/bisect: rename to tools/bisect-createMichael Niedermayer2012-07-071-7/+5
* | tools/bisect: rename temporary file and add it to git ignoreMichael Niedermayer2012-07-072-3/+4
* | tool/bisect: add some magic to make the bisect tool be useable when its not p...Michael Niedermayer2012-07-072-0/+18
* | vc1: implement frame interlaced b-frame header parsingHendrik Leppkes2012-07-071-3/+39
* | log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer2012-07-071-0/+1
* | celp_math: use av_assertMichael Niedermayer2012-07-071-5/+5
* | cabac: use av_assertMichael Niedermayer2012-07-071-1/+1
* | lavu: 256 color supportPaul B Mahol2012-07-074-20/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-079-57/+121
|\ \ | |/
| * configure: add functions for testing code fragmentsMans Rullgard2012-07-061-21/+18
| * af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-061-0/+2
| * af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-061-2/+2
| * af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-061-2/+2
| * avconv: use only meaningful timestamps in start time check.Anton Khirnov2012-07-061-4/+5
| * avconv: fix the check for -ss as an output option.Anton Khirnov2012-07-061-1/+1
| * mss3: add forgotten 'static' qualifier for private tableKostya Shishkov2012-07-061-1/+1
| * lavc: options: add planar names for request_sample_fmtMans Rullgard2012-07-051-0/+5
| * flacdec: add planar output supportMans Rullgard2012-07-054-27/+91
| * flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-051-4/+0
* | tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol2012-07-061-1/+2
* | tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol2012-07-061-1/+2
* | tiffenc: merge common codePaul B Mahol2012-07-061-6/+0
* | tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol2012-07-061-12/+3
* | tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol2012-07-061-10/+4
* | tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol2012-07-061-3/+2
* | ffmpeg: poll filters even after -t limit.Nicolas George2012-07-061-1/+1
* | Fix destination row striding in altivec_yuv2_bgr24.Pavel Koshevoy2012-07-061-9/+4
* | cosmetics: various spelling fixesLou Logan2012-07-0612-15/+15
* | doc/indevs/iec61883: document requirements for iec61883 deviceGeorg Lippitsch2012-07-061-0/+4
* | configure: cleanup libiec61883 code, allow enabling via command lineMichael Niedermayer2012-07-061-2/+5
* | bmv: add CODEC_CAP_DR1Paul B Mahol2012-07-061-0/+1
OpenPOWER on IntegriCloud