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
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
2011-06-13h264_parser: Fix whitespace after previous change.Philip Langdale
Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
Currently, the parser is buggy and only processes the stream extradata when the flag is set. This fixes it to actually inspect the frames. Whitespce will be fixed in a separate change. Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
Fixes issue2437. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13h264: don't be so picky on decoding pps in extradata.Michael Niedermayer
Fixes issue2517 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13avcodec.h: add or elaborate on some documentation comments.Wim Lewis
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13h264: change a few comments into error messagesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13img2: add .dpx to the list of supported file extensions.Peter Ross
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
The new tables is large enough to prevent this together with our image size checks. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13ARM: jrevdct_arm: simplify stack usageMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-13ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard
Use push/pop instead of stmdb/ldmia for stack operations. This is the preferred syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-13ARM: jrevdct_arm: misc cleanupMans Rullgard
- use 'const' macro to define coeff table - add missing endfunc - remove superflous directives Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-13ARM: optimised mpadsp_apply_window_fixedMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-13Add some (important) changelog entriesReinhard Tartler
2011-06-12cmdutils: add missing NULL check in parse_options()Stefano Sabatini
Fix ffplay -i FILE, which was recently broken. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-12x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-11build: fix "make install" with documentation disabledMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-11build: simplify some conditional targetsMans Rullgard
Use intermediate targets instead of variables for conditional parts of "all" and "install" targets. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-11bitstream: Properly promote av_reverse values before shifting.Alex Converse
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
Also add missing glue code for recently added YUV422P10 formats to swscale. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-06-10H.264: Fix high bit depth explicit biweightJason Garrett-Glaser
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-06-10h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson
The tc variable was not splatted correctly. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10Update copyright year for ac3enc_opts_template.c.Justin Ruggles
The code was originally committed to Libav on March 25, 2011.
2011-06-10adts: Adjust frame size mask to follow the specification.Kieran Kunhya
This fixes ADTS detection for at least one sample. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
This allows other muxers that chain a RTP muxer to declare the same options easily. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
Options from the AVFormatContext can be read for modifying the generated SDP. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time ↵Yusuke Nakamura
offset caused by the first edit list entry. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer
Fixes issue1613, 621, 562 simultaneously Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10swscale: split YUYV output out of yuv2packed[12X]_c().Ronald S. Bultje
This is part of the Great Evil Plan to simplify swscale.
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
Improves seeking in ffplay with http://samples.mplayerhq.hu/Matroska/RA_missing_timestamps.mkv Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10intelh263dec: aspect ratio processing fix.Anton Khirnov
patch submitted by xvid_fan freenet de
2011-06-10intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov
fixes issue2449 patch submitted by xvid_fan freenet de
2011-06-10oss,sndio: simplify by using FFMIN.Reimar Döffinger
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10swscale: extract monowhite/black output from yuv2packed[12X]_c().Ronald S. Bultje
This is part of the Great Evil Plan to simplify swscale.
2011-06-10swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje
Inline functions are easier to read, maintain, modify and test, which justifies the slightly increased source size. This patch also adds support for non-native endianness RGB15/16 and fixes isSupportedOutput() to no longer claim that we support writing non-native RGB565/555/444.
2011-06-10swscale: rearrange code.Ronald S. Bultje
This way the code in the file is less cluttered all-over-the- place.
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
The 'wfex' is just a Microsoft WaveFormatEx struct.
2011-06-09ffmpeg.c: Add a necessary const qualifierAlex Converse