summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid2016-08-221-1/+1
* libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer2016-08-211-0/+5
* avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky2016-08-211-1/+28
* avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer2016-08-211-1/+1
* avcodec/svq3: fix slice size checkMichael Niedermayer2016-08-201-1/+1
* avcodec/diracdec: Check numx/yMichael Niedermayer2016-08-201-0/+5
* avcodec/h2645_parse: fix nal sizeMichael Niedermayer2016-08-201-1/+2
* avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()Michael Niedermayer2016-08-201-7/+6
* avcodec/h264_parser: Factor get_avc_nalsize() outMichael Niedermayer2016-08-202-21/+21
* avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer2016-08-191-6/+6
* avcodec/indeo2: check ctabMichael Niedermayer2016-08-191-0/+6
* avcodec/rawdec: Fix bits_per_coded_sample checksMichael Niedermayer2016-08-191-2/+3
* vcodec/h2645_parse: Clear buffer paddingMichael Niedermayer2016-08-181-3/+3
* avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-189-16/+17
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-187-5/+37
* lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos2016-08-171-1/+1
* avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-162-1/+17
* avcodec/ffv1enc: do not offset null pointersMichael Niedermayer2016-08-161-2/+2
* avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer2016-08-162-1/+9
* avcodec/ffv1enc: Factor rice high depth check outMichael Niedermayer2016-08-161-10/+7
* lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill2016-08-163-18/+35
* avcodec/bsf: Add list BSF APIJan Sebechlebsky2016-08-153-2/+365
* avcodec/iff: remove palette swapping for animPaul B Mahol2016-08-151-12/+8
* libavcodec/qsvdec_h2645.c: switch to the new BSF APIIvan Uskov2016-08-151-31/+107
* aacenc: fix various typos and an error messageRostislav Pehlivanov2016-08-132-12/+12
* aacenc: unmark the fast coder as experimentalRostislav Pehlivanov2016-08-131-2/+2
* aacenc: add a faster version of twoloop as the "fast" coderRostislav Pehlivanov2016-08-131-20/+134
* avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky2016-08-132-0/+27
* avcodec/bsf: Forbid packet without payload in av_bsf_send_packetJan Sebechlebsky2016-08-132-1/+5
* avcodec/bsf: Set EOF flag only in pkt == NULLJan Sebechlebsky2016-08-131-1/+1
* lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos2016-08-134-1/+21
* lavc/screenpresso: Fix 32bit pix_fmt, there is no transparency.Carl Eugen Hoyos2016-08-132-3/+3
* libavcodec/dnxhdenc: add edge emulate for dnxhrMark Reid2016-08-122-17/+56
* avcodec/utils: only warn when passed invalid lowres valueAman Gupta2016-08-121-3/+2
* avcodec/rawdec: Fix palette handling with changing palettesMichael Niedermayer2016-08-081-8/+17
* avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer2016-08-084-2/+45
* avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-086-330/+415
* avcodec/qsvdec: Fix null dereferences in the qsv decoderYuli Khodorkovskiy2016-08-071-3/+5
* avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer2016-08-071-0/+1
* avcodec/ttadsp: cosmeticsJames Almer2016-08-065-21/+22
* avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer2016-08-061-4/+2
* lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos2016-08-052-8/+8
* avcodec/vdpau: clean up vdpau_internal.hJames Almer2016-08-043-11/+1
* h264dec: Fix indentationTimothy Gu2016-08-041-16/+16
* Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu2016-08-032-32/+32
|\
| * h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-212-18/+18
* | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu2016-08-032-2/+7
|\ \ | |/
| * h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-212-2/+8
* | Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0'Timothy Gu2016-08-031-0/+1
|\ \ | |/
| * h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-211-0/+1
OpenPOWER on IntegriCloud