aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov2014-11-063-3/+16
* lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-061-3/+1
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-062-9/+26
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-066-41/+144
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-063-13/+13
* vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov2014-11-062-21/+29
* hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-041-5/+5
* aacdec: add default case in channel layoutVittorio Giovara2014-11-041-0/+3
* aacsbr: change order of operation to prevent out of array readMichael Niedermayer2014-11-041-1/+2
* aacsbr: treat 1-d arrays as suchVittorio Giovara2014-11-031-2/+8
* celp_filters: don't use filter lenght as loop boundVittorio Giovara2014-11-031-1/+1
* error_resilience: initialize prev_* variablesVittorio Giovara2014-11-031-1/+1
* motion_est: remove dead codeVittorio Giovara2014-11-031-21/+1
* get_bits: remove unused assignmentVittorio Giovara2014-11-031-1/+1
* vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont2014-10-281-1/+1
* vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont2014-10-281-1/+1
* lavc: Use av_gettime_relativeOlivier Langlois2014-10-242-6/+6
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-185-11/+20
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-185-7/+18
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-183-12/+4
* libvpxenc: add static-thresh private optionAnton Khirnov2014-10-181-1/+12
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-182-5/+6
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-185-13/+27
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-186-13/+35
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-185-7/+19
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-186-7/+27
* dump: display codec tags when availableVittorio Giovara2014-10-171-0/+13
* libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman2014-10-172-1/+41
* libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman2014-10-172-9/+73
* imc: fix order of operations in coefficients readVittorio Giovara2014-10-151-4/+4
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-1526-54/+77
* vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont2014-10-155-5/+21
* vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont2014-10-151-0/+3
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-1321-40/+59
* h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-131-0/+6
* h263dec: call get_format after setting resolution and profileRémi Denis-Courmont2014-10-131-5/+12
* vc1: initialize color propertiesVittorio Giovara2014-10-081-0/+7
* vp9: initialize color space and range propertiesVittorio Giovara2014-10-081-0/+12
* vp8: initialize color space and range propertiesVittorio Giovara2014-10-082-2/+13
* avcodec: fix colorspace option descriptionVittorio Giovara2014-10-081-2/+2
* avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud2014-10-082-2/+9
* avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud2014-10-081-7/+7
* dump: print the original coded dimensions when availableVittorio Giovara2014-10-081-0/+6
* dump: print detailed color space informationVittorio Giovara2014-10-081-0/+17
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-081-7/+12
* avcodec: make sure color_range is properly initializedVittorio Giovara2014-10-081-0/+5
* vc1: Split the decoder in componentsLuca Barbato2014-10-089-5210/+5392
* x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner2014-10-081-49/+49
* jpeg2000: split off inverse MCT as Jpeg2000DSPJames Almer2014-10-085-56/+154
* h263dec: Force padding bug workaround for H.263.Josh Allmann2014-10-071-1/+2