summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for Audible AA filesVesselin Bontchev2015-08-216-0/+314
* ffmpeg: Use correct codec_id for av_parser_change() checkMichael Niedermayer2015-08-211-5/+4
* ffmpeg: Check av_parser_change() for failureMichael Niedermayer2015-08-211-2/+7
* avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer2015-08-211-1/+1
* ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTUREMichael Niedermayer2015-08-211-1/+3
* ffmpeg: check avpicture_fill() return valueMichael Niedermayer2015-08-211-1/+5
* avfilter: add video vectorscope filterPaul B Mahol2015-08-207-1/+336
* avcodec/metasound_data: comment out unused variableGanesh Ajjanagadde2015-08-201-1/+2
* graph2dot: use avfilter_pad_get_name accessor functionAndreas Cadhalpun2015-08-201-1/+2
* api-seek-test: first versionLudmila Glinskih2015-08-203-0/+285
* avcodec/aacsbr_fixed: remove unused variableGanesh Ajjanagadde2015-08-201-1/+0
* avformat/webmdashenc: fix uninitialized variableGanesh Ajjanagadde2015-08-201-3/+3
* doc/indevs: Remove non-existent decklink option examplesLou Logan2015-08-201-12/+0
* avformat/ftp: use correct enum typeGanesh Ajjanagadde2015-08-201-1/+1
* lavf/mpeg: Allow users to force audio codec MLP.Carl Eugen Hoyos2015-08-201-1/+1
* avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer2015-08-201-0/+2
* lavf/ftp: implement move and delete callbacksMariusz SzczepaƄczyk2015-08-201-0/+61
* configure: Check for CoreServices/CoreServices.h and make vda+viedotoolbox de...Michael Niedermayer2015-08-191-2/+3
* */version.h: Add note/recommandition about bumping majorMichael Niedermayer2015-08-193-0/+13
* MAINTAINERS: add myself as a docs maintainerLou Logan2015-08-191-1/+1
* doc/indevs: add various missing optionsLou Logan2015-08-191-3/+162
* avfilter: add showfreqs filterPaul B Mahol2015-08-1911-1/+750
* checkasm: x86: properly save rdx/edx in checked_call()Henrik Gramner2015-08-191-0/+7
* checkasm: Explicitly declare function prototypesHenrik Gramner2015-08-197-38/+54
* fate: rename -error option to -error_rate.Ronald S. Bultje2015-08-191-1/+1
* swscale: refactor vertical scalerPedro Arthur2015-08-196-42/+380
* libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restoredIvan Uskov2015-08-191-1/+8
* vaapi: drop unused include.Gwenole Beauchesne2015-08-191-1/+0
* vaapi: fix usage of invalid buffer ids.Gwenole Beauchesne2015-08-191-8/+13
* vaapi: streamline public context structure.Gwenole Beauchesne2015-08-199-26/+123
* vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-1912-11/+42
* avcodec/qsvenc: Added PicTiming SEISven Dueking2015-08-193-0/+5
* libavformat/matroskaenc.c: fix small memory leaks on errorNeil Birkbeck2015-08-191-23/+44
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-192-4/+19
* lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje2015-08-183-3/+4
* fate: Force simple idct for fate-asf-repldataMichael Niedermayer2015-08-192-15/+15
* doc/indevs: fix fbdev typosLou Logan2015-08-181-2/+2
* swscale: Fixed typosPedro Arthur2015-08-181-2/+2
* swscale: fixed compiler warningsPedro Arthur2015-08-183-16/+25
* swscale: add license headers and copyrightsPedro Arthur2015-08-182-0/+40
* libx264: Add option to force IDR framesDerek Buitenhuis2015-08-182-2/+5
* lavu: disable wrong value check in get_version() upon api bump.Ronald S. Bultje2015-08-181-0/+2
* lavc: move vdpau decoders under FF_API_VDPAU.wm42015-08-186-12/+22
* lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-1810-17/+78
* Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje2015-08-183-4/+2
* mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS.Ronald S. Bultje2015-08-181-3/+2
* configure: force -mconsole when linking SDL under MinGWStephen Hutchinson2015-08-181-0/+3
* Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-182-7/+10
* lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje2015-08-183-12/+0
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-183-9/+15