Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Support dropping audio dts/pts via -async -1. | Reimar Döffinger | 2012-03-22 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | Allows working around issue #605. Note: as a side effect this fixes that -vsync drop as far as I could tell would not drop pts/dts values when duplicating frames or when flushing encoder delay. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> | |||||
* | | libutvideoenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | lavc: limit realloc() on encoding to the libav compatibility API. | Michael Niedermayer | 2012-03-22 | 1 | -2/+6 | |
| | | | | | | | | | | | | Neither the old nor new need it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | VC1: Fix skiploopfilter=all. | Reimar Döffinger | 2012-03-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | It is currently only handled in the parser code for WMV/ASF style header, but not the one used in the bytestream format used when muxed into MPEG-TS as on e.g. BluRay. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> | |||||
* | | Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent. | ami_stuff | 2012-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes an AAC decoding issue with the sample from ticket #213 on machines with SSE but without SSE2. Based on 89411a by Reimar. | |||||
* | | lavc: Redesign the internal encoding API. | Michael Niedermayer | 2012-03-22 | 2 | -6/+60 | |
| | | | | | | | | | | | | | | The new API allows (optionally and on by default) using a internal buffer to encode, avoiding the need to allocate large buffers or risking failure on too small buffers. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | avcodec_encode_audio2: use ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | zmbvenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | yuv4enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | y41penc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | xwdenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | xbmenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | wmaenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | vorbisenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | v410enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | v408enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | v308enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | v210enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | tiffenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | tiffenc: fix return value. | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 | |
| | | ||||||
* | | targaenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | svq1enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | sunrastenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | sgienc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | r210enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | qtrleenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | proresenc_kostya: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | proresenc_anatoliy: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | pnmenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | pngenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -4/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | pcxenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | pcm: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | pamenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | nellymoserenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | msvideo1enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | mpegaudioenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | ljpegenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libxvidff: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libxavs: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libx264: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libvpxenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libvorbis: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libvo-amrwbenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libvo-aacenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libtheoraenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libspeexenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libschroedingerenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libopencore-amr: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libmp3lame: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | | libgsm: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |