summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Align test program output columns.Diego Biurrun2009-03-20
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-20
* Use correct header for struct AVLFG.Diego Biurrun2009-03-20
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Fix indentation after r18047.Reimar Döffinger2009-03-19
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-19
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-19
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* Nicely align output columns.Diego Biurrun2009-03-19
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-18
* Update the MPEG-4 AOT table.Alex Converse2009-03-18
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-18
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-17
* Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne2009-03-17
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-17
* Fix SEIs when splitting H264 input.John Cox2009-03-16
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-16
* Fix an assert().Daniel Verkamp2009-03-16
* Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad2009-03-16
* Add cook channel count function, part of multichannel cookBenjamin Larsson2009-03-15
* Add max allowed subpackets in multichannel cookBenjamin Larsson2009-03-15
* save avctx in cook decoder context and use it for av_logBenjamin Larsson2009-03-15
* memset when category is >=7, part of cook multichannelBenjamin Larsson2009-03-15
* 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted inReimar Döffinger2009-03-15
* cosmetics: Remove file name from file header.Diego Biurrun2009-03-15
* Expand "lsb" to "least significant bits".Stefano Sabatini2009-03-15
* Rename the (yet not defined) macros:Stefano Sabatini2009-03-15
* Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov2009-03-15
* prettyprinting cosmeticsDiego Biurrun2009-03-14
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-14
* Improve description of next_free_data_block_num struct member.Diego Biurrun2009-03-14
* Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.Daniel Verkamp2009-03-13
* Print timing_info on -debug 1.Michael Niedermayer2009-03-13
* Fix direct and skip MB motion compensation in RV4:Kostya Shishkov2009-03-13
* Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne2009-03-11
* Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak2009-03-10
* Add REGISTER_HWACCEL() for hardware accelerators.Gwenole Beauchesne2009-03-10
* Fix unaligned access in ff_copy_bits()Måns Rullgård2009-03-09
* Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-09
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-09
* Add private HW accel data infrastructure.Gwenole Beauchesne2009-03-09
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-08
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-08
* VQF demuxerVitor Sessak2009-03-07
* Re-indent after last commit.Alex Converse2009-03-06
* If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse2009-03-06
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-06