summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* snowenc: move runs from stack to heap.Michael Niedermayer2012-03-192-5/+8
* avcodec_encode_audio2: Increase the audio buffer size.Michael Niedermayer2012-03-191-1/+1
* lavc/sunrastenc: consider cases with linesize < 0Stefano Sabatini2012-03-191-9/+8
* Match documentation for transparency in BGR32 iff images.Carl Eugen Hoyos2012-03-191-0/+5
* h264: print the pps_id when its invalid.Michael Niedermayer2012-03-191-1/+1
* ZeroCodec DecoderDerek Buitenhuis2012-03-194-0/+185
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-1810-199/+305
|\
| * Update Janne's email address.Diego Biurrun2012-03-181-1/+1
| * bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun2012-03-181-19/+11
| * xwd: convert to bytestream2.Ronald S. Bultje2012-03-181-32/+34
| * vqavideo: port to bytestream2 APIPaul B Mahol2012-03-181-89/+97
| * prores: allow user to set fixed quantiserKostya Shishkov2012-03-181-44/+70
| * avcodec: add XBM encoderPaul B Mahol2012-03-175-1/+90
* | lavc/jpeglsenc: fix allocation in case of negative linesize, and add malloc c...Stefano Sabatini2012-03-181-1/+3
* | pgmyuvenc: abort encoding if width is not evenPaul B Mahol2012-03-181-0/+4
* | indeo4: Skip null frames.Michael Niedermayer2012-03-181-0/+3
* | jpg: fix colors for sequential RGBCarl Eugen Hoyos2012-03-181-0/+2
* | vorbisenc: set quality to a reasonable default.Michael Niedermayer2012-03-181-1/+1
* | dv: Fix streamcopy input.Michael Niedermayer2012-03-181-2/+11
* | pthread: Fix mixing of declarations and statements.Michael Niedermayer2012-03-171-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-178-149/+219
|\ \ | |/
| * resample: allocate a large enough output bufferJustin Ruggles2012-03-171-2/+4
| * wmaenc: remove bit-exact hackJustin Ruggles2012-03-171-4/+0
| * qtrle: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-161-113/+74
| * vqavideo: check malloc return valuesPaul B Mahol2012-03-161-8/+19
| * threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-161-0/+3
| * MPV: always mark dummy frames as referenceJanne Grunau2012-03-161-0/+2
| * h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje2012-03-161-18/+112
| * mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje2012-03-161-2/+1
| * mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje2012-03-161-6/+7
* | dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer2012-03-171-0/+1
* | pcm: leave sample format conversion to libswresamplePaul B Mahol2012-03-171-20/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-172-2085/+2426
|\ \ | |/
| * h264: K&R formatting cosmeticsDiego Biurrun2012-03-161-2106/+2448
| * s3tc.h: Add missing #include to fix standalone header compilation.Diego Biurrun2012-03-161-0/+2
* | mpegvideo: don't pretend the first frame is always a key frameWolfram Gloger2012-03-162-2/+9
* | sonic: update to new APIMichael Niedermayer2012-03-161-4/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-161-2/+0
|\ \ | |/
| * dxa: remove useless codePaul B Mahol2012-03-151-2/+0
* | huffyuv: some more constsMichael Niedermayer2012-03-151-3/+3
* | dsputil: mark source of diff_bytes as const.Michael Niedermayer2012-03-153-3/+3
* | dirac: mark some variables const.Michael Niedermayer2012-03-153-7/+7
* | 4xm: make mcdc() src constMichael Niedermayer2012-03-151-1/+1
* | mpegvideo: fix constness error in ff_MPV_encode_picture()Michael Niedermayer2012-03-152-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-156-56/+92
|\ \ | |/
| * h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-141-5/+8
| * h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-141-1/+1
| * xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje2012-03-141-5/+20
| * snow: check reference frame indices.Michael Niedermayer2012-03-141-9/+21
| * snow: reject unsupported chroma shifts.Michael Niedermayer2012-03-141-0/+5