17434 Commits (6cde949a2084293c7f3661460b5758f11908cac9)
 

Author SHA1 Message Date
David DeHaven 6cde949a20 Handle ID3v2 tags in raw FLAC streams by skipping them. 16 years ago
Justin Ruggles 9f3d3ecf92 flacdec: cosmetics: some line wrapping at 80 chars 16 years ago
Justin Ruggles 1df0390eed flacdec: cosmetics: indentation 16 years ago
Justin Ruggles 1bec121f9e flacdec: cosmetics: use consistent coding style (K&R) 16 years ago
Diego Biurrun 62560865ff Add configuration options section to help output. 16 years ago
Diego Biurrun 732c9a3462 help output cosmetics 16 years ago
Diego Biurrun d233d8efdd Remove --enable-static and --disable-shared from help output. 16 years ago
Diego Biurrun 15396d5cd0 Use cc_default variable in help output for --cc option. 16 years ago
Diego Biurrun 799fde37cc Add a check for ppc4xx instructions; rename preprocessor directive accordingly. 16 years ago
Diego Biurrun f5b96597bd Remove pointless #if HAVE_ALTIVEC around internal header #include 16 years ago
Måns Rullgård a0d8a50bca configure: add help for fastdiv 16 years ago
Justin Ruggles 13de8a080a cosmetics: indentation 16 years ago
Justin Ruggles 5305f40bb8 flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR 16 years ago
Justin Ruggles 9f2db54594 flacdec: remove another unneeded debugging statement 16 years ago
Justin Ruggles f7f3e3bf4a flacdec: remove unneeded debugging statements 16 years ago
Justin Ruggles c5706efd57 flacdec: remove some unused code 16 years ago
Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 16 years ago
Diego Biurrun da837937c6 Fix undefined preprocessor directives warnings during 'make checkheaders'. 16 years ago
Diego Biurrun 175da7dab7 Add required headers to fix 'make checkheaders'. 16 years ago
Stefan Gehrer 19e017f211 remove alloc_table_0 and alloc_table_2, the same 16 years ago
Stefan Gehrer 45beb850de remove zigzag_scan8x8, it is the same as ff_zigzag_direct 16 years ago
Stefan Gehrer 3e7233688a avoid duplication of size_table and offset_table 16 years ago
Stefan Gehrer fa79489fd3 avoid duplication of dquant_code 16 years ago
Benjamin Larsson 673bcc3d0a I'll take care of qdm2 also 16 years ago
Stefan Gehrer 1ac63c2a9b return an error if we can not get a full packet, 16 years ago
Vitor Sessak e0df9e4425 Do not allocate RoqTempData on the stack 16 years ago
Stefan Gehrer c6f79c3e0b fix header parsing, the NULL terminated File ID is followed by a space 16 years ago
Ronald S. Bultje cb760a4790 Skip m= blocks in the SDP if the media type is unknown. This prevents 16 years ago
Justin Ruggles ce71d83ede add myself as a maintainer of flacdec.c 16 years ago
Justin Ruggles 8f51144bf4 rename flac.c to flacdec.c 16 years ago
Baptiste Coudurier 14120c95f0 set pts and dts when only pts is present, according to specs 16 years ago
Baptiste Coudurier 6e4668b8a9 write essence container data 16 years ago
Baptiste Coudurier 5e4aa542de reduce display aspect ratio 16 years ago
Baptiste Coudurier 24d6a613e0 stored height is a multiple of 16 for mpeg2 16 years ago
Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 16 years ago
Ben Littler 76af2edc44 add EM4A fourcc , works for: 16 years ago
Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 16 years ago
Michael Niedermayer 2d4eeaadc4 Workaround ffms behavior of returning EAGAIN at EOF. 16 years ago
Kostya Shishkov 1cae2ef9a6 Remove the block with always false condition from vc1_parse_frame_header() 16 years ago
Kostya Shishkov a28d522491 VC-1 postproc field is 2 bits wide while decoder read only single bit. 16 years ago
Michael Niedermayer 3a41c2f769 Move av_read_frame/parser related buffer variables from AVFormatContext 16 years ago
Justin Ruggles 959e000627 flacdec: add support for 3 additional sample rate codes 16 years ago
Alex Converse 3c4ea6d5ab Mark ff_fft_init with av_cold. 16 years ago
Alex Converse 8f05c995fd Clean up FFT related comments. 16 years ago
Baptiste Coudurier 082491c473 print stream sar if present and different than codec sar 16 years ago
Michael Niedermayer a308737bd6 Use EAGAIN return, primarely intended as example of EAGAIN useage. 16 years ago
Michael Niedermayer cda6902d36 Handle av_read_frame() EAGAIN return. 16 years ago
Michael Niedermayer ad51c68c01 Handle av_read_frame() EAGAIN return. 16 years ago
Baptiste Coudurier 4d6f600c58 Add const, remove warning: 16 years ago
Diego Biurrun 7a845019c1 Avoid unused variable warning when compiling DES test program. 16 years ago