Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge remote-tracking branch 'dwbuiten/master' | Michael Niedermayer | 2012-04-04 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | w32threads: Make pthread_cond_wait follow POSIX | Derek Buitenhuis | 2012-04-04 | 1 | -2/+2 | |
* | | | | lavf: add mp1/2 to determinable_frame_size() | Michael Niedermayer | 2012-04-04 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | allcodecs: move libaacplus down. | Michael Niedermayer | 2012-04-04 | 1 | -1/+1 | |
* | | | mxfdec: Fix regression on files from Pinnacle Thunder | Tomas Härdin | 2012-04-04 | 1 | -1/+7 | |
* | | | vf_idet: print accumulated statistics at end | Michael Niedermayer | 2012-04-04 | 1 | -1/+7 | |
* | | | vf_idet: set interlaced flags | Michael Niedermayer | 2012-04-04 | 1 | -0/+7 | |
* | | | vf_idet: fix indention | Michael Niedermayer | 2012-04-04 | 1 | -10/+10 | |
* | | | vf_idet: move statistic variables into the context | Michael Niedermayer | 2012-04-04 | 1 | -5/+9 | |
* | | | vf_idet: remove unused function | Michael Niedermayer | 2012-04-04 | 1 | -4/+0 | |
* | | | vf_idet: pass context to av_log() | Michael Niedermayer | 2012-04-04 | 1 | -5/+5 | |
* | | | vf_ass: use drawutils. | Nicolas George | 2012-04-04 | 1 | -49/+12 | |
* | | | vf_drawtext: use drawutils. | Nicolas George | 2012-04-04 | 1 | -180/+29 | |
* | | | drawutils: implement uniform and mask blending. | Nicolas George | 2012-04-04 | 2 | -0/+267 | |
* | | | libavfilter: Add interlace detect filter. | Michael Niedermayer | 2012-04-04 | 4 | -0/+277 | |
* | | | v4l2: allow to convert monotonic timestamps. | Nicolas George | 2012-04-04 | 4 | -1/+104 | |
* | | | timefilter: allow to evaluate at other times. | Nicolas George | 2012-04-04 | 2 | -0/+14 | |
* | | | ffmpeg: fix a few typo. | Clément Bœsch | 2012-04-04 | 1 | -4/+4 | |
* | | | mpeg4: dont reset picture_num for xvid | Michael Niedermayer | 2012-04-04 | 1 | -1/+0 | |
* | | | h264: fix seeking in low delay streams without IDR | Michael Niedermayer | 2012-04-04 | 1 | -0/+2 | |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-04 | 2 | -34/+58 | |
|\| | | ||||||
| * | | Unscaled Planar RGB -> RGB support in swscale. | Hans-Kristian Arntzen | 2012-04-03 | 2 | -0/+113 | |
* | | | lavf: print some more things in TS debug statements | Michael Niedermayer | 2012-04-03 | 1 | -1/+1 | |
* | | | lavf: increase RELATIVE_TS_BASE | Michael Niedermayer | 2012-04-03 | 1 | -2/+2 | |
* | | | swfdec: support compressed swf. | Clément Bœsch | 2012-04-03 | 2 | -4/+83 | |
* | | | vf_lut: avoid rgb component indexing in the inner loop | Michael Niedermayer | 2012-04-03 | 1 | -6/+10 | |
* | | | vf_lut: optimize rgb codepath | Michael Niedermayer | 2012-04-03 | 1 | -3/+12 | |
* | | | vf_lut: optimize planar case | Michael Niedermayer | 2012-04-03 | 1 | -2/+4 | |
* | | | mxfenc: Don't allow muxing audio-only since it's not supported | Tomas Härdin | 2012-04-03 | 1 | -4/+5 | |
* | | | asf: remove duplicated index_guid | Michael Niedermayer | 2012-04-03 | 1 | -6/+2 | |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-03 | 0 | -0/+0 | |
|\| | | ||||||
| * | | FATE: Add RALF decoding test | Derek Buitenhuis | 2012-04-01 | 2 | -0/+4 | |
* | | | h264: fix incompatible pointer type warnings. | Michael Niedermayer | 2012-04-02 | 1 | -3/+3 | |
* | | | mpegts: fix a unused function warning | Michael Niedermayer | 2012-04-02 | 1 | -1/+1 | |
* | | | dct-test: fix incompatible pointer types warning | Michael Niedermayer | 2012-04-02 | 1 | -1/+1 | |
* | | | des: Fix half a dozen warnings | Michael Niedermayer | 2012-04-02 | 1 | -4/+4 | |
* | | | ffmpeg: affect source stream index in new_output_stream function | Matthieu Bouron | 2012-04-02 | 1 | -36/+32 | |
* | | | movenc: fix segfault with chapter tracks | Michael Niedermayer | 2012-04-02 | 1 | -1/+1 | |
* | | | libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations. | Michael Niedermayer | 2012-04-02 | 1 | -1/+2 | |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-02 | 6 | -55/+154 | |
|\| | | ||||||
| * | | vsrc_buffer: allow buffering arbitrary number of frames. | Anton Khirnov | 2012-04-01 | 1 | -30/+42 | |
| * | | vf_scale: avoid a pointless memcpy in no-op conversion. | Anton Khirnov | 2012-04-01 | 1 | -5/+20 | |
| * | | avfiltergraph: try to reduce format conversions in filters. | Anton Khirnov | 2012-04-01 | 1 | -1/+47 | |
| * | | avfiltergraph: add an AVClass to AVFilterGraph on next major bump. | Anton Khirnov | 2012-04-01 | 3 | -1/+27 | |
| * | | id3v2: fix skipping extended header in id3v2.4 | Anton Khirnov | 2012-04-01 | 1 | -2/+11 | |
* | | | snow-test: fix pointer type warnings | Michael Niedermayer | 2012-04-01 | 1 | -3/+3 | |
* | | | swr-test: remove unused variable | Michael Niedermayer | 2012-04-01 | 1 | -1/+1 | |
* | | | fft-test: fix all pointer type warnings. | Michael Niedermayer | 2012-04-01 | 1 | -5/+5 | |
* | | | swr: remove unused variable | Michael Niedermayer | 2012-04-01 | 1 | -1/+0 | |
* | | | swr: fix pointer type warnings | Michael Niedermayer | 2012-04-01 | 1 | -2/+2 |