Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-30rawdec: check avpicture_get_size() return valueMichael Niedermayer
Fixes CID205019 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30Partly revert f174fba: yop decoder does not support direct rendering.Carl Eugen Hoyos
2012-10-30Partly revert f174fba: indeo3 decoder does not support direct rendering.Carl Eugen Hoyos
2012-10-30vqavideo: return more meaningful error codesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-30mpeg12videodec: dont pass mpeg1 VBR special case value on as bitrate.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30mpeg12video_parser: Wrong bit rate in MPEG2 video file (Ticket #1862)Heesuk Jung
mpegvideo parser sometime get wrong stream bit rate which is 0x3FFFF*400. But maximum bit rate of MPEG2 video is up to 80 Mbps in case 1920x1080 resolution. When bit rate is 0x3FFFF*400, set bit rate zero. * Problematic link https://docs.google.com/open?id=0B6r7ZfWFIypCUkhPa0dyTGdFSE0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30mpeg12parser: cleanup bitrate parsing.Michael Niedermayer
This fixes several bugs in the code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30x11grab: fix mixed declaration and codeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30tree: fix type used for testing the treeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30qt-faststart: fix signedness of variable used to hold return codeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30mp3dec: remove unused variableMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30truemotion2: remove unused variableMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30pictordec: decode 1bpp / 4bpp images when extra header marker is missingPiotr Bandurski
based on 56f6628bca66ef3b6a1028fcf0f52dbe01115d89 samples: http://www.datafilehost.com/download-94b5bc1b.html Reviewed-and-Tested-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30avuidec: correct long_namePiotr Bandurski
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30lavc: remove duplicated .capabilitiesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-29lavfi/frei0r: allow for Windows style pathsrogerdpack
Update path handling against the latest Frei0r specification changes. Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-10-29lavfi/frei0r: update link to specStefano Sabatini
Fri0r project moved from piksel.org to frei0r.dyne.org.
2012-10-29lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini
If the first argument can be read as a video size, set that output size in the scale. This allows to specify in a filtergraph scale=qcif or scale=320x240. This is not completely safe, for example in case of a typo in the video size string the first argument will be read as the input width expression, giving rise to a confusing comment.
2012-10-29lavu/parseutils: add trailing characters check in av_parse_video_size()Stefano Sabatini
Return an error in case the video size specifications contains spurious trailing chars, like in "320x240foobar".
2012-10-29doc/filters: itemize scale examples, and create a dedicated subsection for themStefano Sabatini
2012-10-29lavfi/scale: return error code in case of failed reconfiguration in ↵Stefano Sabatini
start_frame() Avoid an assert, since now the function supports error code return.
2012-10-29lavfi/scale: accept named options, make parsing more robustStefano Sabatini
Also update documentation accordingly.
2012-10-29movenc: Add required 'prof' atom to 'tapt' atom set.Tim Nicholson
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavc: add CODEC_CAP_DR1 to all video decoders missing them rtpdec: Cosmetic cleanup Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29doc/syntax: add a "Quoting and escaping" sectionStefano Sabatini
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-29dcadec: skip QMF on unused channelsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29smoothstreamingenc: check return value of mkdir()Michael Niedermayer
Fixes CID732188 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29smoothstreamingenc: fix integer overflowMichael Niedermayer
Fixes CID732248 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29ismindex: check return value of avio_open_dyn_buf()Michael Niedermayer
Fixes CID733723 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-29cmdutils: avoid using cpp directives within printf macro argumentsLeon van Stuivenberg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> It appears such construct has undefined behavior
2012-10-29cafdec: fix parsing of chunks which may have unused dataPaul B Mahol
Specification mentions 'strg', 'mark', 'regn', 'info', .. chunks to have data section size larger than chunk's current meaningful content in order to reserve room for additional data. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-28lavf/srtenc: add AVFMT_TS_NONSTRICT flag.Clément Bœsch
There is not really a problem in having two events at the same time. Even if it's not perfectly correct, it helps remuxing more files (typically our FATE sample).
2012-10-28rtpdec: Cosmetic cleanupMartin Storsjö
Mainly clean up the RTP statistics code, plus a few other obviously misindentend lines. Remove some useless comments, de-doxygenize some comments, add spacing around operators and fix a typo. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-28fate/scalenorm: unbreak fateMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28tests: do not set bogus scale sws_flags option in the scalenorm testStefano Sabatini
sws_flags is not a valid scale option, and thus is ignored.
2012-10-28frame_thread_encode: fix context memleakMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28frame_thread_encoder: fix packet memleakMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28vc1dec: mark by assert that the default path cannot occurMichael Niedermayer
Fixes CID703827, CID703828 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28parse ID3v2 chaptersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-28Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos
Fixes ticket 1782.
2012-10-28Add an additional AAC TwoCC.Carl Eugen Hoyos
Mentioned on http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx Originally committed to vlc by Jean-Baptiste.
2012-10-28movenc: add more metadata typesbbraun
Fixes Ticket1052 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28lavu: keep context size variablesMichael Niedermayer
They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: yuv4mpeg: reject unsupported codecs nutenc: K&R formatting cosmetics assdec: fix qsort() callback signature configure: detect sparc64 automatically vp8: fix memset() crossing array boundary h264: fix invalid pointer arithmetic amrwbdec: fix invalid pointer arithmetic Conflicts: libavformat/nutenc.c libavformat/yuv4mpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
* commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26': avio: fix pointer type mismatches in avio_enum_protocols() avserver: use socklen_t where appropriate udp: use socklen_t where appropriate network: use HAVE_THREADS instead of local hack af_channelmap: remove stray enum declaration buffersink: remove stray semicolon after function definition Conflicts: libavformat/avio.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28fate: make sure the global sws flags are set to be bitexact for scalenormMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28fate: add a test for scale with variable input format.Nicolas George
2012-10-28lavfi/concat: implement unsafe mode.Nicolas George
2012-10-28yuv4mpeg: reject unsupported codecsLuca Barbato
The muxer already rejects unsupported pixel formats, reject also unsupported codecs to prevent dangerous misuses.