summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* indentMichael Niedermayer2009-07-011-7/+7
* Make sure we dont read over the end.Michael Niedermayer2009-07-011-0/+13
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-011-3/+2
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-011-9/+5
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-014-20/+23
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-012-2/+2
* add missing \n to error messageBaptiste Coudurier2009-07-011-1/+1
* ADPCM: remove unreachable break statement after returnMåns Rullgård2009-07-011-1/+0
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-301-5/+26
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-301-1/+1
* fix slice header checkingStefan Gehrer2009-06-301-1/+1
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-301-8/+3
* Support RGB48 PNG decodingKostya Shishkov2009-06-301-0/+10
* Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer2009-06-301-142/+37
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-291-2/+6
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-292-20/+20
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-298-22/+22
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-291-2/+1
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-271-1/+1
* Pitch delay decodingVladimir Voroshilov2009-06-261-0/+25
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-261-3/+3
* 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
OpenPOWER on IntegriCloud