summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-241-3/+16
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-242-6/+6
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-242-0/+61
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-232-3/+6
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-231-2/+2
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-231-2/+2
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-222-5/+7
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-211-3/+3
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-211-1/+2
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-201-3/+3
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-202-0/+25
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-201-3/+3
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-201-6/+6
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-201-8/+5
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-201-4/+4
* Simplify run level decoding:Sascha Sommer2009-06-201-30/+21
* Fix indentation after the previous commitSascha Sommer2009-06-201-4/+4
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-202-0/+41
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-204-9/+11
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-193-1/+224
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-191-2/+3
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-181-21/+92
* ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård2009-06-171-24/+25
* VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser2009-06-171-8/+12
* H.264: Fix memory leaks with multithreading.Alexander Strange2009-06-161-2/+3
* SSE version of clear_blocksJason Garrett-Glaser2009-06-161-2/+26
* VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser2009-06-161-5/+4
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-165-5/+305
* Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser2009-06-161-2/+2
* Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla2009-06-151-0/+2
* print error when dv frame profile cannot be foundBaptiste Coudurier2009-06-141-1/+3
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-142-2/+8
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-141-0/+1
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-141-0/+8
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-142-6/+6
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-131-3/+0
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-131-1/+0
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-131-1/+2
* Electronic Arts Madcow decoderPeter Ross2009-06-134-1/+322
* Cosmetics: Re-indent after last commitAlex Converse2009-06-121-4/+4
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-124-143/+150
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-122-1/+3
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-123-43/+74
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-121-23/+30
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-121-1/+17
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-122-8/+28
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-121-43/+44
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-124-0/+231
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-112-2/+0
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-111-3/+3
OpenPOWER on IntegriCloud