aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-211-3/+1
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-213-26/+20
* Remove declaration of the removed function img_convert().Stefano Sabatini2009-03-201-3/+0
* Get rid of av_random in cook.cBenjamin Larsson2009-03-201-4/+5
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-201-4/+5
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-203-1/+208
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-201-9/+16
* Support "next parameter flags present" flag.Ramiro Polla2009-03-201-0/+2
* truehd: support up to 3 substreams.Ramiro Polla2009-03-202-3/+7
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-202-6/+6
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-206-25/+44
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-201-1/+2
* Align test program output columns.Diego Biurrun2009-03-201-2/+2
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-201-1/+0
* Use correct header for struct AVLFG.Diego Biurrun2009-03-201-1/+1
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Fix indentation after r18047.Reimar Döffinger2009-03-191-7/+7
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-191-1/+9
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-191-1/+0
* Split TrueHD decoder from MLPRamiro Polla2009-03-195-3/+21
* Nicely align output columns.Diego Biurrun2009-03-191-1/+1
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-193-15/+10
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-182-0/+17
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-181-1/+1
* Update the MPEG-4 AOT table.Alex Converse2009-03-181-0/+13
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-182-30/+30
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-172-2/+2
* Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne2009-03-171-0/+12
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-171-0/+28
* Fix SEIs when splitting H264 input.John Cox2009-03-161-1/+1
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-161-12/+14
* Fix an assert().Daniel Verkamp2009-03-161-1/+1
* Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad2009-03-161-1/+1
* Add cook channel count function, part of multichannel cookBenjamin Larsson2009-03-151-0/+10
* Add max allowed subpackets in multichannel cookBenjamin Larsson2009-03-151-0/+1
* save avctx in cook decoder context and use it for av_logBenjamin Larsson2009-03-151-13/+15
* memset when category is >=7, part of cook multichannelBenjamin Larsson2009-03-151-1/+1
* 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted inReimar Döffinger2009-03-151-1/+1
* cosmetics: Remove file name from file header.Diego Biurrun2009-03-151-2/+1
* Expand "lsb" to "least significant bits".Stefano Sabatini2009-03-151-1/+1
* Rename the (yet not defined) macros:Stefano Sabatini2009-03-151-2/+2
* Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov2009-03-151-1/+1
* prettyprinting cosmeticsDiego Biurrun2009-03-142-15/+15
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-142-2/+2
* Improve description of next_free_data_block_num struct member.Diego Biurrun2009-03-141-3/+3
* Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.Daniel Verkamp2009-03-131-11/+61
* Print timing_info on -debug 1.Michael Niedermayer2009-03-131-2/+4
* Fix direct and skip MB motion compensation in RV4:Kostya Shishkov2009-03-131-3/+4
* Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne2009-03-112-4/+4
* Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak2009-03-101-1/+1