aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer2012-04-041-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * dwbuiten/master: w32threads: Make pthread_cond_wait follow POSIX Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis2012-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pthread_cond_wait is supposed to return an integer, and indeed does sometimes. Fix its function declaration to match its behavior and POSIX. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | | lavf: add mp1/2 to determinable_frame_size()Michael Niedermayer2012-04-041-2/+2
|/ / / | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | allcodecs: move libaacplus down.Michael Niedermayer2012-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We choose the first encoder by default and libaccplus has a quite limited set of supported bitrates/sample rates. Thus leading to failure by default in many cases when it is enabled at compile time. Moving it down means that the other aac encoders are favored by default which avoids this issue. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfdec: Fix regression on files from Pinnacle ThunderTomas Härdin2012-04-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for this is that such files have IndexTableSegments which when parsed cover EditUnit ranges like this: [0,1) [249,250) [249,377) [0,249) where each interval is [IndexStartPosition,IndexStartPosition+IndexDuration). This would be reduced to a sparse index like: [0,1), [249,250) instead of the full range: [0,249), [249,377) See TimeCode_HD.mxf, UMID = 060a2b340101010101010410130000000004001aa0e59175025b2a5600da4101. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-041-1/+7
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: set interlaced flagsMichael Niedermayer2012-04-041-0/+7
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: fix indentionMichael Niedermayer2012-04-041-10/+10
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-041-5/+9
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: remove unused functionMichael Niedermayer2012-04-041-4/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: pass context to av_log()Michael Niedermayer2012-04-041-5/+5
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_ass: use drawutils.Nicolas George2012-04-041-49/+12
| | |
* | | vf_drawtext: use drawutils.Nicolas George2012-04-041-180/+29
| | |
* | | drawutils: implement uniform and mask blending.Nicolas George2012-04-042-0/+267
| | |
* | | libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-044-0/+277
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | v4l2: allow to convert monotonic timestamps.Nicolas George2012-04-044-1/+104
| | |
* | | timefilter: allow to evaluate at other times.Nicolas George2012-04-042-0/+14
| | |
* | | ffmpeg: fix a few typo.Clément Bœsch2012-04-041-4/+4
| | |
* | | mpeg4: dont reset picture_num for xvidMichael Niedermayer2012-04-041-1/+0
| | | | | | | | | | | | | | | | | | Fixes Ticket1162 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: fix seeking in low delay streams without IDRMichael Niedermayer2012-04-041-0/+2
| | | | | | | | | | | | | | | | | | Fixes Ticket1165 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-042-34/+58
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Unscaled Planar RGB -> RGB support in swscale. Conflicts: libswscale/swscale_unscaled.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-032-0/+113
| | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | lavf: print some more things in TS debug statementsMichael Niedermayer2012-04-031-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavf: increase RELATIVE_TS_BASEMichael Niedermayer2012-04-031-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | swfdec: support compressed swf.Clément Bœsch2012-04-032-4/+83
| | |
* | | vf_lut: avoid rgb component indexing in the inner loopMichael Niedermayer2012-04-031-6/+10
| | | | | | | | | | | | | | | | | | 15k->10k cpu cycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_lut: optimize rgb codepathMichael Niedermayer2012-04-031-3/+12
| | | | | | | | | | | | | | | | | | 19k -> 15k cpu cycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_lut: optimize planar caseMichael Niedermayer2012-04-031-2/+4
| | | | | | | | | | | | | | | | | | 2500 -> 1900 cpu cycles Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin2012-04-031-4/+5
| | | | | | | | | | | | | | | | | | This fixes muxing audio-only output resulting in SIGFPE due to lack of EditRate. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asf: remove duplicated index_guidMichael Niedermayer2012-04-031-6/+2
| | | | | | | | | | | | | | | Found-by:ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-030-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: Add RALF decoding test Conflicts: tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | FATE: Add RALF decoding testDerek Buitenhuis2012-04-012-0/+4
| | | | | | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | h264: fix incompatible pointer type warnings.Michael Niedermayer2012-04-021-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mpegts: fix a unused function warningMichael Niedermayer2012-04-021-1/+1
| | | | | | | | | | | | | | | | | | note the function is used under #if Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dct-test: fix incompatible pointer types warningMichael Niedermayer2012-04-021-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | des: Fix half a dozen warningsMichael Niedermayer2012-04-021-4/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: affect source stream index in new_output_stream functionMatthieu Bouron2012-04-021-36/+32
| | | | | | | | | | | | | | | | | | Fix map_channel when mapped audio stream index is greater than 0. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | movenc: fix segfault with chapter tracksMichael Niedermayer2012-04-021-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations.Michael Niedermayer2012-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Some applications use these combinations and to maintain ABI compatibility with previous versions we should not suddenly fail. Thus only display a warning for the newly detected cases Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-026-55/+154
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vsrc_buffer: allow buffering arbitrary number of frames. vf_scale: avoid a pointless memcpy in no-op conversion. avfiltergraph: try to reduce format conversions in filters. avfiltergraph: add an AVClass to AVFilterGraph on next major bump. id3v2: fix skipping extended header in id3v2.4 Conflicts: libavfilter/vf_scale.c libavfilter/vsrc_buffer.c libavformat/id3v2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | vsrc_buffer: allow buffering arbitrary number of frames.Anton Khirnov2012-04-011-30/+42
| | |
| * | vf_scale: avoid a pointless memcpy in no-op conversion.Anton Khirnov2012-04-011-5/+20
| | | | | | | | | | | | I.e. just pass the buffer along when src parameters == dst parameters.
| * | avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current code, with a filterchain such as (input - yuv411) -> (scale - any) -> (sink - any) will result in yuv420 being chosen for the second link, which is clearly not right. This commit attempts to improve in the following way: repeat until convergence: loop over all filters find input link with exactly one format force this format on all output links of the same type (if possible)
| * | avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-013-1/+27
| | | | | | | | | | | | It will be used for logging, possibly also AVOptions.
| * | id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-011-2/+11
| | | | | | | | | | | | In v2.4, the length includes the length field itself.
* | | snow-test: fix pointer type warningsMichael Niedermayer2012-04-011-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | swr-test: remove unused variableMichael Niedermayer2012-04-011-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fft-test: fix all pointer type warnings.Michael Niedermayer2012-04-011-5/+5
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | swr: remove unused variableMichael Niedermayer2012-04-011-1/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | swr: fix pointer type warningsMichael Niedermayer2012-04-011-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>