aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update for 1.2.2n1.2.2Michael Niedermayer2013-07-283-3/+3
* avformat/dtsdec: Improve probe, reject things looking like analog signalsMichael Niedermayer2013-07-261-1/+6
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-261-3/+6
* swscale/input: fix 16bit gbrp inputMichael Niedermayer2013-07-191-3/+5
* avformat/matroskadec: Detect conflicting sample rate/default_durationMichael Niedermayer2013-07-161-1/+10
* Merge remote-tracking branch 'jamrial/release/1.2' into release/1.2Michael Niedermayer2013-07-151-3/+10
|\
| * oggparseskeleton: avoid header parsing failureMichael Niedermayer2013-07-071-0/+3
| * oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer2013-07-071-2/+1
| * oggparseskeleton: Fix fisbone header parsingJames Almer2013-07-071-1/+6
* | avfilter/af_earwax: Fix out of array accesses on odd packetsMichael Niedermayer2013-07-101-7/+12
* | avcodec/qdm2: initialize sign_bitsMichael Niedermayer2013-07-101-1/+1
* | avcodec/qdm2: store bits in an integer instead of float variableMichael Niedermayer2013-07-101-1/+2
* | atrac3: fix error handlingLuca Barbato2013-07-101-2/+2
* | indeo: Properly forward the error codesLuca Barbato2013-07-101-2/+10
* | update all trac links to use the trac subdomainMichael Niedermayer2013-07-102-2/+2
* | avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis2013-07-101-0/+3
* | mpeg12dec: avoid reinitialization on PS changes when possible.Michael Niedermayer2013-07-091-1/+1
* | mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer2013-07-091-6/+23
|/
* mmsh: dont close context on seeking failureMichael Niedermayer2013-07-071-2/+4
* avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-071-1/+1
* libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer2013-07-071-3/+9
* rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer2013-07-071-6/+7
* avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer2013-07-071-1/+1
* Fix copying extradata to codec in mxfdec.cNigel Touati-Evans2013-06-271-1/+3
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-241-1/+1
* avdevice/x11grab: allocate just one CursorMichael Niedermayer2013-06-211-3/+4
* avformat/iff: Byte seek is unsupportedMichael Niedermayer2013-06-211-1/+1
* avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer2013-06-211-2/+15
* Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos2013-06-191-5/+5
* ff_gen_search: fix infinite loopMichael Niedermayer2013-06-181-1/+1
* ff_gen_search: fix limitMichael Niedermayer2013-06-181-1/+3
* ff_gen_search: make step 64 bit to prevent hypothetical integer overflowMichael Niedermayer2013-06-181-1/+1
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* vaapi: return early from ff_vaapi_render_picture() without pictureJanne Grunau2013-06-181-0/+3
* alacenc: Fix missing sign_extend()Michael Niedermayer2013-06-131-1/+1
* avcodec/utils: Fix encoder allocation sizeMichael Niedermayer2013-06-111-1/+1
* AAC encoder: Fix rate control on twoloop.Claudio Freire2013-06-021-1/+1
* mpegvideo: implement ff_put_h264_chroma_mc1 & ff_avg_h264_chroma_mc2Michael Niedermayer2013-06-024-5/+35
* h264_cavlc: fix reading skip runMichael Niedermayer2013-05-301-1/+1
* avienc: Disallow the first frame to be skipedMichael Niedermayer2013-05-271-1/+1
* smacker: remove av_clip_int16()Michael Niedermayer2013-05-201-2/+2
* ffmpeg: free threads on error conditions.Michael Niedermayer2013-05-171-0/+5
* configure: Autodetect VA-APICarl Eugen Hoyos2013-05-171-10/+6
* avidec: dont randomly skip packets for offseting the indexMichael Niedermayer2013-05-171-2/+2
* Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos2013-05-131-1/+3
* Fix configure --help output for some autodetected features.Carl Eugen Hoyos2013-05-101-5/+5
* exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...n1.2.1Michael Niedermayer2013-05-091-1/+2
* update for 1.2.1Michael Niedermayer2013-05-093-3/+3