summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-121-7/+24
* adpcm: Replace any of the leaf nodes in the heapMartin Storsjö2010-11-121-12/+4
* ReindentMartin Storsjö2010-11-121-12/+12
* adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö2010-11-121-8/+29
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-1271-212/+212
* 10l: dx shouldn't exist.Alex Converse2010-11-121-1/+1
* 10l: vorbisdec: declare dyAlex Converse2010-11-121-1/+1
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-121-3/+3
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-113-0/+115
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-111-3/+0
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-101-3/+3
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-101-5/+4
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-091-1/+1
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-095-42/+11
* Reindent after last commit.Thilo Borgmann2010-11-081-2/+2
* Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann2010-11-083-14/+17
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-3/+3
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-071-1/+1
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-071-1/+1
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-071-4/+5
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-071-6/+3
* aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse2010-11-071-2/+2
* Fix indentation.Reimar Döffinger2010-11-061-35/+35
* Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger2010-11-061-15/+17
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-062-13/+13
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-041-3/+7
* aacdec: consume the audio specific config during LATM parsingJanne Grunau2010-11-041-0/+2
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-034-4/+4
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-033-7/+10
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-031-0/+1
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-031-6/+10
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-031-5/+5
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-031-5/+17
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-022-18/+8
* Implement functions:Stefano Sabatini2010-11-023-42/+15
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-021-13/+16
* Allow mono encoding with LAME.Thierry Foucu2010-11-021-2/+1
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-021-1/+1
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-025-1/+403
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-021-19/+30
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-021-23/+34
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-021-2/+2
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-021-13/+16
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-021-5/+5
* Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer2010-11-021-1/+1
* Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer2010-11-021-2/+3
* remove impossible condition from msrle_decode_pal4()Michael Niedermayer2010-11-021-4/+2
* fix indentMichael Niedermayer2010-11-021-26/+26
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-011-1/+1
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-011-1/+1