summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rawdec: cosmetics, reformatAnton Khirnov2013-01-261-58/+68
* mimic: return meaningful error codes.Anton Khirnov2013-01-261-20/+25
* mimic: cosmetics, reformatAnton Khirnov2013-01-261-54/+57
* iff: drop ff_ prefix from a static function.Anton Khirnov2013-01-261-3/+3
* pngdec: cosmetics, reformat.Anton Khirnov2013-01-261-73/+77
* dxa: return meaningful error codes.Anton Khirnov2013-01-261-7/+7
* eatgq: cosmetics, reformat.Anton Khirnov2013-01-261-65/+76
* eatgq: return meaningful error codes.Anton Khirnov2013-01-261-4/+4
* eatgv: cosmetics, reformatAnton Khirnov2013-01-261-76/+81
* eatgv: return meaningful error codes.Anton Khirnov2013-01-261-10/+10
* cyuv: return meaningful error codes.Anton Khirnov2013-01-261-4/+5
* txd: return meaningful error codes.Anton Khirnov2013-01-261-7/+8
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-263-7/+28
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-262-2/+4
* atrac3: use correct loop variable in add_tonal_components()Michael Karcher2013-01-251-1/+1
* doc: document libx264 options and mappingsLuca Barbato2013-01-251-0/+182
* libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei2013-01-251-0/+18
* dict: add av_dict_parse_string()Justin Ruggles2013-01-254-1/+69
* doc: support multitable in texi2podLuca Barbato2013-01-251-2/+18
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-252-0/+16
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-255-1/+37
* h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-254-1/+18
* arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-241-0/+2
* avstring: K&R formatting cosmeticsLuca Barbato2013-01-241-59/+56
* build: Make the H.264 parser select h264qpelDiego Biurrun2013-01-241-1/+1
* x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-241-0/+1
* arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-241-3/+3
* dsputil: Separate h264 qpelMans Rullgard2013-01-2427-2459/+2387
* doc: fix dependencies in pod generationLuca Barbato2013-01-241-1/+1
* openbsd: configure: Stop enabling PIC by defaultDiego Biurrun2013-01-241-6/+0
* rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö2013-01-241-1/+1
* rtp: Make sure the output format pointer is setMartin Storsjö2013-01-241-1/+1
* wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö2013-01-241-0/+1
* rtp: Make sure priv_data is set before reading itMartin Storsjö2013-01-231-1/+1
* rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang2013-01-231-2/+2
* rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang2013-01-231-6/+5
* rtmp: fix multiple broken overflow checksXi Wang2013-01-231-6/+6
* float_dsp: Include config.h for redefining restrictMartin Storsjö2013-01-231-0/+2
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-228-30/+30
* dsputil: remove 9/10 bits hpel functions.Ronald S. Bultje2013-01-222-47/+54
* dsputil: remove some never-assigned function pointers from the struct.Ronald S. Bultje2013-01-221-3/+2
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-229-491/+13
* Drop DCTELEM typedefDiego Biurrun2013-01-22163-812/+835
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-225-74/+92
* vp3dsp: don't do aligned reads on input.Ronald S. Bultje2013-01-221-4/+4
* mlp_parser: cosmetics: re-indent.Tim Walker2013-01-221-10/+10
* mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker2013-01-222-10/+37
* mlp_parser: account for AVCodecContext.request_channels when setting the chan...Tim Walker2013-01-221-3/+15
* mlpdec: set the channel layout.Tim Walker2013-01-221-2/+4