summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
| | | | | | Patch by David DeHaven (dave sagetv com) Originally committed as revision 16764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-24
| | | | Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configuration options section to help output.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help output cosmeticsDiego Biurrun2009-01-24
| | | | Originally committed as revision 16759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --enable-static and --disable-shared from help output.Diego Biurrun2009-01-24
| | | | | | Only one of --enable or --disable should be in the help output. Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cc_default variable in help output for --cc option.Diego Biurrun2009-01-24
| | | | | | The cc variable is not yet initialized when the help output is printed. Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
| | | | | | and function declarations. Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add help for fastdivMåns Rullgård2009-01-24
| | | | Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-24
| | | | Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-24
| | | | Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove some unused codeJustin Ruggles2009-01-24
| | | | Originally committed as revision 16749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
| | | | | | data exists in alloc_table_1 and alloc_table_3 Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
| | | | Originally committed as revision 16744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
| | | | Originally committed as revision 16743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
| | | | Originally committed as revision 16742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I'll take care of qdm2 alsoBenjamin Larsson2009-01-24
| | | | Originally committed as revision 16741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
| | | | | | fixes hang on EOF Originally committed as revision 16740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
| | | | Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
| | | | Originally committed as revision 16738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
| | | | | | | | | subsequent a= lines from the m= block to be applied to the previous m= line, thus breaking otherwise functional RTP streams. See discussion in [PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on mailinglist. Originally committed as revision 16737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as a maintainer of flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence container dataBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce display aspect ratioBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stored height is a multiple of 16 for mpeg2Baptiste Coudurier2009-01-23
| | | | Originally committed as revision 16731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add EM4A fourcc , works for:Ben Littler2009-01-23
| | | | | | http://av.watch.impress.co.jp/docs/20040929/xf.asf Originally committed as revision 16729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
| | | | | | | Instead move relevant fields into MPADecodeHeader and use it where appropriate. Originally committed as revision 16728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
| | | | | | Should fix regression tests & fate. Originally committed as revision 16727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
| | | | Originally committed as revision 16726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
| | | | | | Spotted by Stephen Warren. Originally committed as revision 16725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
| | | | | | | to AVStream, this is required if we want to allow the user to pull frames from specific streams at some point in the future. Originally committed as revision 16724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
| | | | Originally committed as revision 16723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
| | | | Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up FFT related comments.Alex Converse2009-01-22
| | | | Originally committed as revision 16721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
| | | | Originally committed as revision 16720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const, remove warning:Baptiste Coudurier2009-01-22
| | | | | | libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type Originally committed as revision 16716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
| | | | Originally committed as revision 16715 to svn://svn.ffmpeg.org/ffmpeg/trunk