summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-29
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
* Pitch delay decodingVladimir Voroshilov2009-06-26
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-24
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-23
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-22
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-21
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-21
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-20
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-20
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-20
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-20
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-20
* Simplify run level decoding:Sascha Sommer2009-06-20
* Fix indentation after the previous commitSascha Sommer2009-06-20
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-20
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-18
* ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård2009-06-17
* VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser2009-06-17
* H.264: Fix memory leaks with multithreading.Alexander Strange2009-06-16
* SSE version of clear_blocksJason Garrett-Glaser2009-06-16
* VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser2009-06-16
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser2009-06-16
* Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla2009-06-15
* print error when dv frame profile cannot be foundBaptiste Coudurier2009-06-14
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-14
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-14
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-14
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-14
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-12
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-12