summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-191-595/+713
|\
| * error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-181-627/+749
* | Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger2012-01-181-1/+1
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-182-12/+11
* | Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger2012-01-183-7/+17
* | lavc: call ff_init_buffer_info() from default reget buffer.Michael Niedermayer2012-01-181-3/+2
* | lavc: when w/h changes in reget buffer, print the values.Michael Niedermayer2012-01-181-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-181-1/+1
|\ \ | |/
| * tta: cast output data pointer to the correct typeJustin Ruggles2012-01-171-1/+1
* | Use ff_packet_free_side_data instead of duplicating it.Reimar Döffinger2012-01-171-7/+1
* | lavc: remove unused headersPaul B Mahol2012-01-174-4/+0
* | Add and use av_fast_padded_malloc.Reimar Döffinger2012-01-176-15/+37
* | lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frameMichael Niedermayer2012-01-171-0/+2
* | lavc: use av_freep() for freeing extended_dataMichael Niedermayer2012-01-171-4/+4
* | lavc/mpegvideo_enc: improve log message in case of too large GOPStefano Sabatini2012-01-171-2/+3
* | libopenjpegenc: Remove two redundant function parameters.Michael Bradshaw2012-01-171-12/+6
* | libopenjpegenc: Simplify gray encoding.Michael Bradshaw2012-01-171-8/+4
* | libopenjpegenc: Add error messages.Michael Bradshaw2012-01-171-0/+4
* | libopenjpegenc: Rename four conversion functions.Michael Bradshaw2012-01-171-12/+12
* | Use correct register size.Reimar Döffinger2012-01-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-1713-380/+987
|\ \ | |/
| * rv34: add NEON rv34_idct_addJanne Grunau2012-01-162-3/+62
| * rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-167-240/+130
| * pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-151-43/+56
| * pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-151-10/+17
| * avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-151-1/+1
| * avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-155-19/+328
| * avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-152-39/+75
| * rv34: Intra 16x16 handlingChristophe GISQUET2012-01-165-140/+292
| * rv34: Inter/intra MB code splitChristophe GISQUET2012-01-161-53/+191
* | dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer2012-01-171-1/+3
* | Support 64bit pam decoding.Carl Eugen Hoyos2012-01-172-2/+6
* | Support gray8a pam decoding.Carl Eugen Hoyos2012-01-172-0/+8
* | Fix pix_fmt_info for yuva420.Carl Eugen Hoyos2012-01-171-0/+1
* | fix av_dlog call with non-AVClass structMaksym Veremeyenko2012-01-161-4/+4
* | Rework VP8 decoder frame skipping code.Reimar Döffinger2012-01-161-17/+36
* | Support rgb64 dpx encoding.Carl Eugen Hoyos2012-01-161-0/+8
* | vorbisdec: Check that the x values of floor1 are unique.Michael Niedermayer2012-01-161-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-164-59/+56
|\ \ | |/
| * lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-152-3/+10
| * wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-151-8/+19
| * vb: Use bytestream2 functionsLaurentiu Ion2012-01-141-48/+27
* | Support rgb48 and rgba64 png encoding.Carl Eugen Hoyos2012-01-151-1/+14
* | Simplify RGB32 png encoding.Carl Eugen Hoyos2012-01-151-36/+3
* | Support gray16 png encoding.Carl Eugen Hoyos2012-01-151-1/+5
* | Support gray8a png encoding.Carl Eugen Hoyos2012-01-151-1/+5
* | iff: support masking plane featurePeter Ross2012-01-151-4/+54
* | Fix uninitialized reads for fate-vsynth1-asv2 test.Reimar Döffinger2012-01-151-0/+1
* | imgconvert: add PIX_FMT_GRAY8A to pix_fmt_infoMichael Niedermayer2012-01-151-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-156-83/+165
|\ \ | |/