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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
will follow Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-08cosmetics: alignment after last commitJustin Ruggles
Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06ac3dec: simplify exponent bounds checkingJustin Ruggles
Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles
Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06cosmetics: vertical alignmentJustin Ruggles
Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06cosmetics: reindent after last commitJustin Ruggles
Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06ac3dec: detect out-of-range exponentsJustin Ruggles
Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-04silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles
Originally committed as revision 15999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-04ac3dec: use uint8_t for band sizesJustin Ruggles
Originally committed as revision 15998 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-03ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles
the frame after an error occurs. Originally committed as revision 15987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13cosmetics: vertical alignmentJustin Ruggles
Originally committed as revision 15815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13silence a gcc warning about using an uninitialized variableJustin Ruggles
Originally committed as revision 15814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13cosmetics: indentationJustin Ruggles
Originally committed as revision 15813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13add support for spectral extensionJustin Ruggles
Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13add a generic function to decode banding structure for coupling, spectralJustin Ruggles
extension, or enhanced coupling Originally committed as revision 15811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13add a line break in error message textJustin Ruggles
Originally committed as revision 15810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13simplify decoding of coupling frequency rangeJustin Ruggles
Originally committed as revision 15809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13cosmetics: rename two variablesJustin Ruggles
Originally committed as revision 15808 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles
Originally committed as revision 15103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31cosmetics: indentationJustin Ruggles
Originally committed as revision 15089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 15087 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 15068 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-30cosmetics: update comment about ditheringJustin Ruggles
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29cosmetics: change another "get" to "decode"Justin Ruggles
Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29cosmetics: change "get" to "decode"Justin Ruggles
Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29cosmetics: indentationJustin Ruggles
Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29remove unneeded variable, dither_allJustin Ruggles
Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-28cosmetics: indent after last commitJustin Ruggles
Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-28do not read exponent strategies from each block for E-AC-3 since they are in ↵Justin Ruggles
the header Originally committed as revision 15000 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-27copy default coupling band structure from table to decoding context (used ↵Justin Ruggles
for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-27add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ↵Justin Ruggles
mode mantissa decoding Originally committed as revision 14989 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-27cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
Originally committed as revision 14988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23fix decoding of coupling leak info for normal AC-3Justin Ruggles
Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23cosmetics: indentationJustin Ruggles
Originally committed as revision 14911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23add some approved parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 14910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20cosmetics: indentationJustin Ruggles
Originally committed as revision 14863 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20commit the OKed parts of the E-AC-3 decoderJustin Ruggles
Originally committed as revision 14860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20get data size based on the actual data array instead of coding-in the ↵Justin Ruggles
calculation Originally committed as revision 14859 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles
Originally committed as revision 14858 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17remove some unneeded header includesJustin Ruggles
Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14simd int->floatLoren Merritt
20% faster ac3 if downmixing, 15% if not Originally committed as revision 14743 to svn://svn.ffmpeg.org/ffmpeg/trunk