aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | libx264: fix indentation.Anton Khirnov2012-02-021-5/+5
| | |
| * | vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-022-15/+14
| | |
| * | win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-026-0/+199
| | | | | | | | | | | | | | | | | | | | | This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>
| * | movdec: Parse the dvc1 atomMartin Storsjö2012-02-021-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, the actual payload data contains sequence headers, too, and the parser can extract this and set it as extradata. However, the data in the dvc1 atom is the "official" extradata for the file. This is required for proper stream copy of vc1 from ismv to ismv. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard2012-02-021-8/+7
| | | | | | | | | | | | | | | | | | | | | This function was broken when the start bin was not at the start of a band. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | swscale: K&R formatting cosmetics for Blackfin codeDiego Biurrun2012-02-023-73/+78
| | | | | | | | | | | | Also prettyprint some comments in Assembly code.
| * | frwu: lowercase the FRWU codec namePiotr Bandurski2012-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | | This is more consistent with all the other codec names. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * | movdec: fix dts generation in fragmented filesJanne Grunau2012-02-022-2/+4
| | | | | | | | | | | | | | | | | | | | | Do not use AVStream's duration for dts generation since it contains in some cases the duration of the whole file instead of duration of the samples in the moov. This happens if the mdhd holds the duration of the whole file but has no entries or a zero duration in its stts.
| * | fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard2012-02-025-48/+53
| | | | | | | | | | | | | | | | | | There is no point in this test using the RM format. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | APIchanges: add missing commit hashesJanne Grunau2012-02-021-4/+4
| | |
| * | swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-012-0/+175
| | |
| * | ra144enc: drop pointless "encoder" from .long_namePaul B Mahol2012-02-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | bethsoftvideo: fix palette reading.Justin Ruggles2012-02-012-73/+78
| | | | | | | | | | | | | | | | | | Return the correct number of consumed bytes and set *data_size = 0. Returned size is 1 too small, leading to that 1 byte being read as the next frame, which results in an extra blank frame at the beginning of the stream.
| * | mpc7: use av_fast_padded_malloc()Justin Ruggles2012-02-011-7/+13
| | | | | | | | | | | | | | | | | | | | | Avoids doing malloc/free for each frame. Also fixes valgrind errors due to use of uninitialized padding bytes. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
| * | mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-011-14/+26
| | |
| * | doc: decoding Forward Uncompressed is supportedPaul B Mahol2012-02-011-0/+1
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-011-1/+1
| | | | | | | | | | | | | | | Specifies the correct number of xmm registers used so that they can be saved and restored on Win64 if necessary.
| * | pcmenc: Do not set avpkt->size.Justin Ruggles2012-02-011-1/+0
| | | | | | | | | | | | It is already the correct size as set by ff_alloc_packet().
| * | ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-012-3/+2
| | | | | | | | | | | | | | | This will simplify encoders which use this function to request the exact packet size rather than the maximum size.
* | | lavu/timecode: use @see for URL in doxygen.Clément Bœsch2012-02-031-3/+2
| | |
* | | lavfi/thumbnail: rename @url to @see.Clément Bœsch2012-02-031-1/+1
| | | | | | | | | | | | @url isn't a valid Doxygen directive.
* | | Use SECTION_TEXT instead of section .text for the compatibilityKO Myung-Hun2012-02-021-1/+1
| | | | | | | | | | | | | | | | | | aout does not support 'align='. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffv1: cosmetics: indentationPaul B Mahol2012-02-021-6/+6
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dct-test: remove odivx_idct_c dead prototype.Clément Bœsch2012-02-021-2/+0
| | |
* | | Cosmentics: Fix AVUI comment.Carl Eugen Hoyos2012-02-021-1/+1
| | | | | | | | | | | | | | | | | | The codec contains no alpha information but deinterleaved interlaced video. Found by Maksym Veremeyenko.
* | | lavfi/amerge: copy ref props after filtering samples.Clément Bœsch2012-02-021-0/+7
| | | | | | | | | | | | This fixes various issues with ffmpeg -ss and -t.
* | | lavfi/pan: copy ref props after filtering samples.Clément Bœsch2012-02-021-0/+4
| | | | | | | | | | | | | | | At least PTS needs to be copied to avoid breaking options such as -t in ffmpeg.
* | | lavfi/aconvert: use libswresample.Clément Bœsch2012-02-026-459/+44
| | | | | | | | | | | | | | | This commit also drops the planar parameter; you now need to use the 'p' suffix in order to request a planar sample format.
* | | lavfi/aresample: use libswresample.Clément Bœsch2012-02-023-253/+32
| | |
* | | lavfi/aformat: use do..while(0) form for macro.Clément Bœsch2012-02-021-2/+3
| | | | | | | | | | | | This avoids some empty statements.
* | | doc: document amerge filter as an alternative for the -map_channel limitation.Clément Bœsch2012-02-022-0/+29
| | |
* | | timecode: drop lavc timecode on next bump.Clément Bœsch2012-02-022-2/+10
| | |
* | | dvenc: use new public timecode API.Clément Bœsch2012-02-021-20/+12
| | |
* | | mxfenc: use new public timecode API.Clément Bœsch2012-02-021-19/+19
| | |
* | | gxfenc: use new public timecode API.Clément Bœsch2012-02-021-2/+2
| | |
* | | mpeg12enc: use new public timecode API.Clément Bœsch2012-02-022-13/+17
| | |
* | | drawtext: use new public timecode API.Clément Bœsch2012-02-022-21/+15
| | |
* | | dv: use new public timecode API.Clément Bœsch2012-02-021-30/+8
| | |
* | | mov: honor tmcd flags while extracting timecode meta.Clément Bœsch2012-02-022-3/+10
| | |
* | | mov: use new public timecode API.Clément Bœsch2012-02-021-11/+10
| | |
* | | mpeg12: use av_mpegtc_to_timecode_string().Clément Bœsch2012-02-021-9/+6
| | |
* | | ffprobe: use av_mpegtc_to_timecode_string().Clément Bœsch2012-02-021-7/+4
| | |
* | | lavu: add public timecode API.Clément Bœsch2012-02-025-1/+338
| | |
* | | timecode: add write regressions tests.Clément Bœsch2012-02-026-4/+48
| | |
* | | Use the correct pix_fmt for 32bit x11grab.Carl Eugen Hoyos2012-02-021-3/+1
| | | | | | | | | | | | Remove adding a constant value to each pixel to make it opaque.
* | | cosmetics: realign verticallyPaul B Mahol2012-02-021-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | apedec: Fix alignment and fate.Michael Niedermayer2012-02-021-3/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-0219-115/+122
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (22 commits) frwu: Employ more meaningful return values. fraps: Use av_fast_padded_malloc() instead of av_realloc() mjpegdec: use av_fast_padded_malloc() eatqi: use av_fast_padded_malloc() asv1: use av_fast_padded_malloc() avcodec: Add av_fast_padded_malloc(). swscale: enable dithering in MMX functions. swscale: make rgb24 function macros slightly smaller. avcodec.h: Remove some disabled cruft. swscale: remove obsolete comment. swscale-test: Drop unused argc and argv arguments from main(). zmbv: Employ more meaningful return values. zmbvenc: Employ more meaningful return values. vc1: prevent null pointer dereference on broken files zmbv: check av_realloc() return values and avoid memleaks on ENOMEM truespeech: align buffer ac3: Do not read past the end of ff_ac3_band_start_tab. dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. dv: Fix null pointer dereference due to ach=0 dv: check stype ... Conflicts: doc/APIchanges libavcodec/asv1.c libavcodec/avcodec.h libavcodec/eatqi.c libavcodec/fraps.c libavcodec/frwu.c libavcodec/zmbv.c libavformat/dv.c libswscale/swscale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | frwu: Employ more meaningful return values.Paul B Mahol2012-02-011-9/+11
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger2012-02-011-2/+9
| | | | | | | | | | | | | | | | | | Ensures alignment and avoids using uninitialized data. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>