aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf/segment: slightly simplify fail logic in seg_write_packet()Stefano Sabatini2012-07-031-6/+1
* lavf/segment: move list filename printing logic from segment_end() to segment...Stefano Sabatini2012-07-031-16/+12
* Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos2012-07-031-1/+1
* avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer2012-07-031-0/+16
* imgconvert: add planar RGB formats to pix_fmt_infoMichael Niedermayer2012-07-031-0/+34
* imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_infoMichael Niedermayer2012-07-031-0/+72
* libavutil: add 12 and 14 bit planar colorspacesMichael Niedermayer2012-07-032-0/+217
* jvdec: check if there is enough dataPaul B Mahol2012-07-031-5/+6
* jvdec: remove redundant checkPaul B Mahol2012-07-031-2/+2
* jvdec: remove buf_sizePaul B Mahol2012-07-031-4/+3
* jvdec: stop reading partial palettePaul B Mahol2012-07-031-2/+2
* tools: add bisect scriptMichael Niedermayer2012-07-031-0/+27
* yadif/x86: add prototypes for functions, make code valid C again.Michael Niedermayer2012-07-031-0/+4
* jvdec: check that the video_size fits in the packet.Michael Niedermayer2012-07-032-2/+1
* jvdec: fix memleak of jv->framesPaul B Mahol2012-07-031-0/+10
* jvdemux: correct size for truncated packetsMichael Niedermayer2012-07-033-3/+3
* fate: add test for Bitmap Brothers JV demuxerPaul B Mahol2012-07-032-0/+23
* fate: add test for Bitmap Brothers JV videoPaul B Mahol2012-07-032-0/+12
* h264pred: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* h264dsp: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* dsputil: assert that depth is supportedMichael Niedermayer2012-07-031-0/+1
* lavfi: remove vsrc_buffer.h APIStefano Sabatini2012-07-034-101/+1
* lavc/rawdec: add assertion check in raw_decode()Stefano Sabatini2012-07-031-0/+2
* lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4Stefano Sabatini2012-07-031-2/+2
* h264: sps: handle more profilesMichael Niedermayer2012-07-031-1/+4
* h264: add support for constraint_set4_flag / constraint_set5_flagMichael Niedermayer2012-07-031-1/+3
* x86/gradfun: fix compilation failure on open solarisMichael Niedermayer2012-07-021-6/+6
* Revert "alsdec: remove dead assignments"Michael Niedermayer2012-07-021-2/+2
* has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer2012-07-021-1/+4
* has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer2012-07-021-0/+5
* fate: drop strict 1 for MR4_TANDBERG_C.264 and MR5_TANDBERG_C.264Michael Niedermayer2012-07-021-2/+2
* h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer2012-07-022-0/+8
* has_decode_delay_been_guessed: improve heuristicMichael Niedermayer2012-07-021-2/+4
* doc/developer: refer to av_malloc() instead of malloc()Michael Niedermayer2012-07-021-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0229-138/+1306
|\
| * asfdec: read attached pictures.Anton Khirnov2012-07-021-0/+99
| * apetag: reindentAnton Khirnov2012-07-021-9/+9
| * apetag: export attached covers as video streams.Anton Khirnov2012-07-021-1/+24
| * apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-021-1/+6
| * apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-021-1/+1
| * mov: read itunes cover art.Anton Khirnov2012-07-021-0/+50
| * snow: remove VLA in mc_block()Mans Rullgard2012-07-021-16/+25
| * intfloat: Don't use designated initializers in the public headersRonald S. Bultje2012-07-021-4/+8
| * snow: remove a VLA.Ronald S. Bultje2012-07-021-20/+21
| * doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun2012-07-021-0/+4
| * MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-028-1/+975
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-024-55/+55
| * vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-023-20/+25
| * roqvideo: Remove a totally unused dspcontextMartin Storsjö2012-07-011-1/+0
| * smacker: remove some unused codeMans Rullgard2012-07-011-5/+1