9767 Commits (d004179e197fc9be7fbefa7c38c09984517cbfed)

Author SHA1 Message Date
David Conrad 29024501b7 Revert r19149 "Disable native Vorbis encoder" 16 years ago
Carl Eugen Hoyos a10de6dc4b Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: 16 years ago
Vladimir Voroshilov d266709055 Pitch delay decoding 16 years ago
Vladimir Voroshilov 2b0691349f Replace pitch_delay_int array with single variable. 16 years ago
Stefano Sabatini d171a651db Rewrite doxy for av_strtod(). 16 years ago
Haruhiko Yamagata c173a0881f Improve wording: s/reseted/reset 16 years ago
Vladimir Voroshilov 3c70902bf5 LSF (Line Spectral Frequencies) decoding routine. 16 years ago
Haruhiko Yamagata 2722c3a30d Fix H.264 picture reordering, 2nd try. 16 years ago
Brian Crowell ce9dd8f509 Make documentation better match the code. Now AVCodecContext.sample_fmt 16 years ago
Kostya Shishkov 74a30595b2 Edge emulation should be used in B-frame MC in mspel mode with 16 years ago
Stefano Sabatini 1c2744d139 Export av_strtod() to eval.h. 16 years ago
Stefano Sabatini e877eaacf3 Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name 16 years ago
Baptiste Coudurier b27758bc02 Fetch timestamp for the first frame of field only if frame_offset and 16 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 16 years ago
Vladimir Voroshilov 630c97ff4b Convertion of LSF values to coefficients of linear prediction filter 16 years ago
Haruhiko Yamagata 6ee0eb38c0 Fix H.264 picture reordering. 16 years ago
Carl Eugen Hoyos 1efe9fd5c0 Fix indentation after last commit. 16 years ago
Yoshihisa Uchida d8b2d83473 Fix yamaha adpcm stereo (issue 1117). 16 years ago
Sascha Sommer 4c7615c40e Make remaining run level decode comments doxygen comments 16 years ago
Sascha Sommer 4df8bdeef3 Simplify run level decoding: 16 years ago
Sascha Sommer 4d67e067e2 Fix indentation after the previous commit 16 years ago
Sascha Sommer 891bd2e5aa Add support for escape coded wmapro run level coefficients 16 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 16 years ago
Reimar Döffinger a4276ba2ac Add support for encoding XSUB subtitles. Muxing support is still missing. 16 years ago
Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 16 years ago
Vladimir Voroshilov 17dbe25438 G.729 decoding routine (skeleton, including parameters decoding). 16 years ago
Måns Rullgård 2da4e5e3e1 ARM: slightly faster NEON H264 horizontal loop filter 16 years ago
Jason Garrett-Glaser 351653a51e VC-1/WMV: Remove redundant ff_init_block_index() calls. 16 years ago
Alexander Strange d2d5e06735 H.264: Fix memory leaks with multithreading. 16 years ago
Jason Garrett-Glaser 73b02e2460 SSE version of clear_blocks 16 years ago
Jason Garrett-Glaser 010f98f96a VC-1/WMV3 decoding: don't clear blocks unless they're actually used. 16 years ago
Jason Garrett-Glaser 4f717c69ed idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. 16 years ago
Jason Garrett-Glaser 41faa87886 Fix typo in vc1.c, make capitalization in warning/error messages more consistent. 16 years ago
Ramiro Polla 7cc8d616aa Fix unaligned accesses by doing bytewise access until aligned, then 16 years ago
Baptiste Coudurier 2c608fed3a print error when dv frame profile cannot be found 16 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Peter Ross 7d58228055 Initialise MAD decode_block_intra() loop iterator to zero. 16 years ago
Vladimir Voroshilov 94994d8d9a G.729 decoder initialization routine (skeleton) 16 years ago
Vladimir Voroshilov 730c1e4a06 Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 16 years ago
Justin Ruggles 7ca1295985 Do not guess the channel layout when getting its string value. 16 years ago
Justin Ruggles 0fb6a8b339 Remove the 3-front-channel layout from the list of channel layout 16 years ago
Kostya Shishkov 0d5390b062 Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). 16 years ago
Peter Ross c63ea92bf2 Electronic Arts Madcow decoder 16 years ago
Alex Converse d4eeef0c19 Cosmetics: Re-indent after last commit 16 years ago
Alex Converse 85e9296f41 Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be 16 years ago
Jason Garrett-Glaser fc3fc0293d Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. 16 years ago
Sascha Sommer c0e9b2e84f Move run level decode functionality to ff_wma_run_level_decode 16 years ago
Sascha Sommer e8c7f81cf2 cosmetics: Add brackets between if/else 16 years ago
Sascha Sommer 523c09ca44 Add additional sample rates to the frame len bits calculation code 16 years ago
Sascha Sommer cee4bb894d Move frame len bits calculation to ff_wma_get_frame_len_bits 16 years ago