aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e5419709f50593769037ab77d7102f82d9260784'Michael Niedermayer2013-12-091-13/+0
|\
| * lavc: remove the extended_data workarounds.Anton Khirnov2013-12-091-12/+0
* | Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac'Michael Niedermayer2013-12-091-10/+12
|\|
| * pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* | Revert: flvenc: Don't pretend to support muxing "plain" VP6Carl Eugen Hoyos2013-12-091-1/+4
* | Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c'Michael Niedermayer2013-12-091-22/+29
|\|
| * mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-22/+29
* | Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661'Michael Niedermayer2013-12-093-41/+76
|\|
| * p*menc: use the AVFrame API properly.Anton Khirnov2013-12-095-69/+79
* | Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'Michael Niedermayer2013-12-092-7/+13
|\|
| * mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-092-4/+11
* | Add support for picture_ptr field in MJpegDecodeContextanatoly2013-12-092-17/+17
* | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer2013-12-091-1/+1
|\|
| * avformat: AviSynth demuxer rewrited s2013-12-082-167/+628
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-091-5/+12
|\|
| * configure: Move adding of compat objects out of libc detectionDiego Biurrun2013-12-081-5/+12
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer2013-12-0913-116/+85
|\|
| * dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-0813-116/+86
* | common.mak: Less ugly version of the previous windres fixJames Almer2013-12-092-1/+2
* | configure: Move MinGW64 specific check to the correct placeJames Almer2013-12-091-7/+6
* | common.mak: fix the current fate failures with windresJames Almer2013-12-091-1/+1
* | avcodec/ffv1enc: support forcing experimental 1.4 versionMichael Niedermayer2013-12-091-1/+3
* | avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer2013-12-093-6/+85
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-081-6/+9
|\|
| * configure: Separate MinGW32 and MinGW64 libc handlingDiego Biurrun2013-12-081-6/+9
* | avformat/rtpdec: Enable GSM RTP depacketizationAndrey Utkin2013-12-081-0/+7
* | configure: Special case libfreetype testAlexander Strasser2013-12-082-2/+21
* | avfilter/vf_mergeplanes: specify pixel format min/maxMichael Niedermayer2013-12-081-1/+1
* | avcodec/mpeg4video: fix 2 more incorrectly associated commentsMichael Niedermayer2013-12-081-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-085-4/+75
|\|
| * libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-085-4/+75
* | libvpxenc: token_parts is VP8 specificJames Almer2013-12-081-1/+2
* | windres: Track dependenciesJames Almer2013-12-071-2/+2
* | Merge remote-tracking branch 'rbultje/vp9-simd'Michael Niedermayer2013-12-073-304/+364
|\ \
| * | vp9: implement top/left half (4x4) sub-8x8-IDCT.Ronald S. Bultje2013-12-071-2/+41
| * | vp9: split pre-load of 11585x2 out of 1d idct macro.Ronald S. Bultje2013-12-071-3/+3
| * | vp9: minor refactorings in idct ssse3 assembly.Ronald S. Bultje2013-12-071-40/+38
| * | vp9: split x86 assembly in two files.Ronald S. Bultje2013-12-073-259/+282
* | | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-12-071-16/+21
|\ \ \ | |/ / |/| |
| * | ffplay: set default window size before starting audioMarton Balint2013-12-061-0/+7
| * | ffplay: factor out function setting default window sizeMarton Balint2013-12-061-6/+10
| * | ffplay: remove no longer necessary codec flushMarton Balint2013-12-061-1/+0
| * | ffplay: do not wait for flushing the picture queue on flush packetMarton Balint2013-12-061-9/+4
* | | avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) timeMichael Niedermayer2013-12-071-6/+13
* | | avutil/opt: factor set_string_color() outMichael Niedermayer2013-12-071-10/+16
* | | avutil/opt: factor set_string_video_rate() outMichael Niedermayer2013-12-071-9/+14
* | | avutil/opt: factor set_string_image_size() outMichael Niedermayer2013-12-071-9/+16
* | | avformat/utils: remove unused variableMichael Niedermayer2013-12-071-1/+0
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-070-0/+0
|\ \ \ | | |/ | |/|
| * | dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-061-1/+1