summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Add support for travis CIFederico Tomassetti2015-08-301-0/+19
* Bump major versions of all librariesVittorio Giovara2015-08-288-21/+21
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-284-41/+41
* lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-283-29/+0
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-289-34/+0
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-284-170/+0
* lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara2015-08-282-6/+0
* lavu: Drop deprecated audioconvert.h headerVittorio Giovara2015-08-283-10/+0
* lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-283-28/+0
* lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-283-14/+1
* lavu: Drop deprecated old_pix_fmt.h and related codeVittorio Giovara2015-08-285-194/+0
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-286-290/+0
* lavc: Drop deprecated thread opaque and codec pktVittorio Giovara2015-08-282-22/+0
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-284-308/+5
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-2812-144/+2
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-288-81/+0
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-2811-762/+0
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-285-46/+0
* lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-283-144/+0
* lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-282-58/+0
* sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara2015-08-282-23/+0
* checkasm: Fix floating point arguments on 64-bit WindowsHenrik Gramner2015-08-281-3/+7
* vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-261-1/+4
* avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-262-0/+18
* avconv_opt: Add missing commaTimothy Gu2015-08-261-1/+1
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-252-2/+3
* nvenc: Properly free the fifosLuca Barbato2015-08-251-0/+4
* hlsenc: Support outputting specific versionsLuca Barbato2015-08-252-4/+14
* dnxhddata: Add tables for missing DNx100 profilesVittorio Giovara2015-08-242-10/+69
* dnxhddata: Merge a few duplicated RUN tablesVittorio Giovara2015-08-241-31/+6
* dnxhddata: Group together RUN-related tablesVittorio Giovara2015-08-241-113/+116
* dnxhddata: Merge a few duplicated DC tablesVittorio Giovara2015-08-241-52/+10
* dnxhddata: Group together DC-related tablesVittorio Giovara2015-08-241-50/+52
* dnxhddata: List the reused tables in a commentVittorio Giovara2015-08-241-10/+38
* dnxhddata: Keep a single CID in the table namesVittorio Giovara2015-08-241-24/+34
* channel_layout: Add a 16channel default layoutLuca Barbato2015-08-232-0/+3
* aac: Make sure to set err on the failure pathLuca Barbato2015-08-231-1/+3
* xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato2015-08-231-2/+3
* h264: Fix faulty call to avpriv_request_sampleLuca Barbato2015-08-221-1/+1
* h264: Discard currently unsupported registered seiJohn Högberg2015-08-211-0/+6
* imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato2015-08-211-1/+1
* hevcdsp: fix a function nameAnton Khirnov2015-08-214-12/+12
* hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-211-3/+3
* checkasm: Explicitly declare function prototypesHenrik Gramner2015-08-207-39/+53
* checkasm: x86: properly save rdx/edx in checked_call()Henrik Gramner2015-08-201-0/+7
* fate: test only demuxing in asf-repldataJanne Grunau2015-08-202-18/+16
* asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
* fate: Make sure a corner-case for ASF is coveredAlexandra Hájková2015-08-162-0/+20
* hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti2015-08-161-0/+8