summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-131-11/+18
* tiff: Use av_mallocz_arrayLuca Barbato2014-11-111-2/+2
* h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-111-2/+4
* h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer2014-11-111-1/+1
* png_parser: fix size of chunk_lenghtVittorio Giovara2014-11-111-1/+1
* dvbsubdec: move shared codepathVittorio Giovara2014-11-111-15/+8
* dvbsubdec: improve error checkingVittorio Giovara2014-11-111-5/+15
* dvbsubdec: add missing breakJernej Fijačko2014-11-111-0/+1
* hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer2014-11-111-1/+1
* hevc_mvs: prevent unitialized useVittorio Giovara2014-11-111-1/+1
* 4xm: drop unnecessary checkVittorio Giovara2014-11-111-3/+0
* hpeldsp: Increase put_no_rnd_pixels_tab[][] sizeMichael Niedermayer2014-11-111-2/+2
* mjpegenc: fix argument size in encode_mbVittorio Giovara2014-11-112-2/+2
* mpegvideo: fix size of arrayVittorio Giovara2014-11-111-1/+1
* mpegvideo: check mpv return valueVittorio Giovara2014-11-111-1/+3
* mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-112-3/+3
* libavcodec: Unconditionally build xiph.oMartin Storsjö2014-11-111-12/+9
* libfdk-aacdec: Support building with the latest version of fdk-aacMartin Storsjö2014-11-101-3/+9
* lavc: Compact the side-data passthroughLuca Barbato2014-11-091-29/+21
* mjpegdec: fix undefined shiftVittorio Giovara2014-11-061-1/+3
* pthreads_frame: Do not leak on failure pathLuca Barbato2014-11-061-0/+1
* mpeg12dec: simplify context duplicationVittorio Giovara2014-11-061-2/+5
* mpeg12enc: factor out check in encode_dcVittorio Giovara2014-11-061-1/+2
* mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara2014-11-061-9/+7
* mpegvideo_enc: rework direct mode checkVittorio Giovara2014-11-061-20/+10
* lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-063-5/+15
* 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
OpenPOWER on IntegriCloud