summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fate: add generic rules for most of the tests/fate/*.mak files.Clément Bœsch2011-12-26
|
* dv: fix avpriv_dv_codec_profile with lowres > 0Marton Balint2011-12-26
| | | | | | | Fixes ticket #44. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* id3v2: fix variable type for uncompress()Michael Niedermayer2011-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Process compressed id3v2 tags.Adrian Drzewiecki2011-12-26
| | | | | | | ID3v2.4 allows for zlib compressed tags, but libavformat skips them. Implement code to inflate compressed tags. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* gxf: remove gxf_ prefix to timecode metadata keys.Clément Bœsch2011-12-26
| | | | | This will allow a shared "timecode" key metadata between formats to ease third-party extraction.
* timecode: fix drop frame in avpriv_timecode_to_string().Clément Bœsch2011-12-26
|
* dv: add timecode to metadataMatthieu Bouron2011-12-26
| | | | | Reviewed-by: Reimar Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: fix non ANSI C for(intMichael Niedermayer2011-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avs: call release_buffer() at the end. Add minor bumps and APIchanges entries for lavc/lavfi changes. mpegvideo.c: K&R formatting and cosmetics. avconv: avoid memcpy in vsrc_buffer when possible. avconv: implement get_buffer()/release_buffer(). lavfi: add a new function av_buffersrc_buffer(). lavfi: add avfilter_copy_frame_props() lavc: add format field to AVFrame lavc: add width and height fields to AVFrame lavc: add a sample_aspect_ratio field to AVFrame doxy: add website-alike style to the html output FAQ: add an entry for common error when using -profile Conflicts: avconv.c cmdutils.c doc/APIchanges libavcodec/avcodec.h libavcodec/mpegvideo.c libavcodec/utils.c libavcodec/version.h libavfilter/Makefile libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/src_movie.c libavfilter/vsrc_buffer.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avs: call release_buffer() at the end.Anton Khirnov2011-12-25
| | | | | | | | Fixes a memleak.
| * Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-25
| |
| * mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-25
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * avconv: avoid memcpy in vsrc_buffer when possible.Anton Khirnov2011-12-25
| | | | | | | | | | Decoding Sintel.2010.1080p.mkv with 4 threads on an i7 2600K goes from 260s to 244s.
| * avconv: implement get_buffer()/release_buffer().Anton Khirnov2011-12-25
| | | | | | | | This will allow memcpy-free passing frames to lavfi.
| * lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
| | | | | | | | | | It can be used to directly pass a AVFilterBufferRef to lavfi, avoiding a memcpy.
| * lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
| | | | | | | | | | avfilter_copy_frame_props() avoids code duplication and increases robustness.
| * lavc: add format field to AVFrameStefano Sabatini2011-12-25
| | | | | | | | | | | | The format is a per-frame property, having it in AVFrame simplify the operation of extraction of that information, since avoids the need to access the codec/stream context.
| * lavc: add width and height fields to AVFrameStefano Sabatini2011-12-25
| | | | | | | | | | | | width and height are per-frame properties, setting these values in AVFrame simplify the operation of extraction of that information, since avoids the need to check the codec/stream context.
| * lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
| | | | | | | | | | | | | | The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
| * doxy: add website-alike style to the html outputGautam Gupta2011-12-25
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * FAQ: add an entry for common error when using -profileAnton Khirnov2011-12-25
| |
* | ff*: add -max_alloc command line optionMichael Niedermayer2011-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ↵Michael Niedermayer2011-12-25
| | | | | | | | | | | | one piece Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | shorten: validate values in fmt chunk searchMichael Niedermayer2011-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | shorten: Fix invalid free()Michael Niedermayer2011-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | segafilm: fail earlier in case theres not enough bytestream left for aMichael Niedermayer2011-12-25
| | | | | | | | | | | | | | audio packet. This prevents a potentially large memory allocation. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes ↵Michael Niedermayer2011-12-25
| | | | | | | | | | | | remain. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | golomb: Fix infinite loop in svq3_get_ue_golomb()Michael Niedermayer2011-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ws_snd1: Fix wrong samples count and crash.Michael Niedermayer2011-12-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | asfdec: fix endless loop on EOFMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sierravmd: limit packetsize to the amount that could be read.Michael Niedermayer2011-12-24
| | | | | | | | | | | | Fixes huge allocations. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vmdav: check that theres enough space for a chunk remaining.Michael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rmdec: Avoid allocating huge packetsMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpeg4videodec: Fix division by zero in mpeg4_decode_sprite_trajectory()Michael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: Fix crash in get_qcxMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: Check curtileno for validityMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: Check for interger overflow in tile array allocationMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: fix division by zero, check tile dimensions for validityMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lzo: fix memcpy_backptr() with 0 offsetMichael Niedermayer2011-12-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini2011-12-24
| | | | | | | | | | Fix box alpha rendering when a YUV colorspace is selected, in particular fix trac ticket #763.
* | Make the palette in Quake II CIN files opaque and increase its dynamics.Carl Eugen Hoyos2011-12-24
| |
* | Make the palette in Wing Commander III mve files opaque.Carl Eugen Hoyos2011-12-24
| |
* | Make mov palette opaque or load alpha if present.Carl Eugen Hoyos2011-12-24
| |
* | Make the avi palette opaque.Carl Eugen Hoyos2011-12-24
| |
* | doc: build: TEXIDEP: Recognize verbatim includesAlexander Strasser2011-12-24
| | | | | | | | | | | | | | | | When generating the .dep files for .texi sources, verbatim includes (@verbatiminclude) should also be taken into account. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build: Try to find fate_config.sh.template in source pathAlexander Strasser2011-12-24
| | | | | | | | | | | | | | | | The FATE documentation depends on the mentioned file. But that did break out of tree builds because the file was not found. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpeg: support decoding with bits per pixel greater than 8Jean First2011-12-24
| | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Approved-by: Alex Zhukov
* | Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2011-12-24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shariman/wmall: Perform dequantization of channel coefficients Perform inverse inter-channel decorrelation and ac-filter Implement revert_inter_ch_decorr() and revert_acfilter() Enable inverse-MCLMS filter Fix inverse-MCLMS filtering routines Do not update buffers in case no speed change is necessary Use int for channel_coeffs instead of int16_t Conflicts: libavcodec/wmalosslessdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Perform dequantization of channel coefficientsMashiat Sarker Shakkhar2011-12-23
| | |