summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-24
* flacdec: cosmetics: indentationJustin Ruggles2009-01-24
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-24
* Add configuration options section to help output.Diego Biurrun2009-01-24
* help output cosmeticsDiego Biurrun2009-01-24
* Remove --enable-static and --disable-shared from help output.Diego Biurrun2009-01-24
* Use cc_default variable in help output for --cc option.Diego Biurrun2009-01-24
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
* configure: add help for fastdivMåns Rullgård2009-01-24
* cosmetics: indentationJustin Ruggles2009-01-24
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-24
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-24
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-24
* flacdec: remove some unused codeJustin Ruggles2009-01-24
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
* I'll take care of qdm2 alsoBenjamin Larsson2009-01-24
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
* add myself as a maintainer of flacdec.cJustin Ruggles2009-01-23
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
* write essence container dataBaptiste Coudurier2009-01-23
* reduce display aspect ratioBaptiste Coudurier2009-01-23
* stored height is a multiple of 16 for mpeg2Baptiste Coudurier2009-01-23
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
* add EM4A fourcc , works for:Ben Littler2009-01-23
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
* Clean up FFT related comments.Alex Converse2009-01-22
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22