summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libx264: add 'intra-refresh' private option.Anton Khirnov2011-08-31
| | | | Deprecate CODEC_FLAG2_INTRA_REFRESH.
* libx264: add 'ssim' private option.Anton Khirnov2011-08-31
| | | | Deprecate CODEC_FLAG2_SSIM.
* libx264: make options compatible with x264Anton Khirnov2011-08-31
| | | | | Replace '_' with '-', merge psy-trellis into psy-rd and rename cqp->qp Also fix typo pdy-rd -> psy-rd
* avcodec: remove misleading commentLuca Barbato2011-08-31
| | | | | coded_width is the width before lowres scaling, coded_height is the height before lowres scaling.
* avconv: remove -threads option.Anton Khirnov2011-08-30
| | | | It's only shadowing the AVOption with the same name.
* avconv: Replace raw picture frame swapping hack.Alex Converse2011-08-30
|
* RV40: reuse some H.264 motion compensation functions in RV40.Kostya Shishkov2011-08-30
| | | | | | | | | Since RV40 is based on H.264, it uses the same interpolation filters and functions for halfpel interpolation in one direction can be reused. Unfortunately other cases are implemented differently and produce slightly different output because of rounding. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato2011-08-29
| | | | | | | This reverts commit b47904d158709bdec1a9d40e83d1abadf50081dc. coded_{width, height} overwrites width and height in avcodec_open and it currently just report the non-lowres size.
* isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-29
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avconv: remove stubs of crop* and pad* optionsAnton Khirnov2011-08-29
|
* avconv: re-add nb_streams to InputFile.Anton Khirnov2011-08-29
| | | | | | | | It was mistakenly removed in 2cf8355f98681bdd726b739008acd5483f82f8d7, not taking into account that new streams might appear in av_read_frame() that avconv doesn't know about. Fixes bug 24.
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-27
| | | | | | | | | | Unlike other containers RealMedia stores its audio packets in scrambled form, with interleaver ID preceeding audio codec ID. Currently deinterleaving decision is tied to the codec while it's possible to have non-default deinterleaver with audio codec (like Int0 deinterleaver instead of specific one for Sipro). Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-27
|
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-26
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
| | | | | | | The new function provides a more generic interface than av_fifo_peek() for peeking at a FIFO buffer data. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-26
| | | | Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
|
* doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-26
|
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
|
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-26
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* configure: fix typo in avconv dependency listDiego Biurrun2011-08-26
|
* vp6: partially propagate huffman tree building errors during coeff model ↵Dustin Brody2011-08-25
| | | | | | parsing and fix misspelling Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-25
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-25
| | | | | | | | | | | | Pulldown flags are being set incorrectly and AVFrame->repeat_pict is not being set. Also, skipped frames exit header parsing too early and do not set pulldown flags appropriately. Ticks_per_frame needs to be set and time_base adjusted so player can extend frame duration by a field time. This fixes problems encountered when attempting to transcode HD-DVD EVOB files with HandBrake. Also makes these files play smoothly in avplay. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-25
| | | | | | | | | | | In some places 0/mb_height were used in place of start_mb_y/end_mb_y. Fixes SA00049, SA00058, SA10091, SA10097, SA10131, SA20021, SA30030 Improves PSNR in SA00054, SA00059, SA00060, SA10096, SA10098, SA20022, SA30031, SA30032, SA40012, SA40013 Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
|
* vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-24
| | | | | Previously, we would leave the left edge uninitialized, which led to CBP prediction errors on slice edges, e.g. in SA10098.vc1.
* avconv: Replace goto redo on decode fail with continue.Alex Converse2011-08-24
| | | | | This checks for sigterm but otherwise is identical to the previous behavior.
* avconv: Remove dead store.Alex Converse2011-08-24
|
* libx264: add 'crf_max' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'weightp' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'psy_rd' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'aq_strength' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'aq_mode' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'cqp' private option.Anton Khirnov2011-08-24
| | | | Deprecate corresponding global option.
* libx264: add 'crf' private option.Anton Khirnov2011-08-24
| | | | | | | Deprecate corresponding global option. Ideally all x264 private options should be generated automatically, but x264 doesn't provide the API for this yet.
* lavc: remove vbv_delay optionAnton Khirnov2011-08-24
| | | | It's broken and serves no purpose as it's a read-only field.
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
|
* avconv: use av_clip_int16 for audio clippingAlex Converse2011-08-23
|
* avconv: print the codecs names in the stream mapping.Nicolas George2011-08-23
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov2011-08-23
| | | | | | This makes the code simpler to understand, though it results in an unnecessary call to avcodec_find_decoder() if the stream won't be decoded.
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-22
|
* libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-22
|
* libx264: use medium preset by default.Anton Khirnov2011-08-22
|
* mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-22
|
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-22
|