summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer2014-10-291-2/+6
* avcodec/libutvideodec: Try to fix build failure with old libutvideoMichael Niedermayer2014-10-291-0/+2
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-10-291-3/+1
|\
| * Do not set the lame quality if the user didn't request it.Carl Eugen Hoyos2014-10-291-3/+1
* | avcodec/dnxhddec: treat pix_fmt like width/heightMichael Niedermayer2014-10-291-3/+10
|/
* avcodec/dxa: check dimensionsMichael Niedermayer2014-10-281-0/+5
* dvenc: mark encoder as intraChristophe Gisquet2014-10-281-1/+1
* dv: increase VLC reading bits to 10Christophe Gisquet2014-10-282-4/+4
* Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745'Michael Niedermayer2014-10-281-1/+1
|\
| * vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont2014-10-281-1/+1
* | Merge commit '26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893'Michael Niedermayer2014-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
* | avcodec/dirac_arith: fix integer overflowMichael Niedermayer2014-10-281-0/+4
* | avcodec/diracdec: Tighter checks on CODEBLOCKS_X/YMichael Niedermayer2014-10-281-2/+2
* | avcodec/diracdec: Use 64bit in calculation of codeblock coordinatesMichael Niedermayer2014-10-281-2/+2
* | avcodec/sgidec: fix count checkMichael Niedermayer2014-10-271-1/+1
* | avcodec/sgidec: fix linesize for 16bitMichael Niedermayer2014-10-271-1/+1
* | avcodec/hevc_ps: Check default display window bitstream and skip if invalidMichael Niedermayer2014-10-271-1/+5
* | avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.cMichael Niedermayer2014-10-271-19/+21
* | avcodec/h264: simplify find_start_code()Michael Niedermayer2014-10-271-12/+4
* | Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer2014-10-272-37/+37
* | avcodec: Add support for Opus in MPEG-TSKieran Kunhya2014-10-264-22/+139
* | dv: move inverse weight tables to decoderChristophe Gisquet2014-10-265-106/+113
* | dv: fix weight table for 2x4x8 transformChristophe Gisquet2014-10-261-8/+8
* | dv: more precise weight table for 8x8Christophe Gisquet2014-10-251-8/+8
* | dv: use smaller type for weight tablesChristophe Gisquet2014-10-253-14/+14
* | dv: better split weight tables assignmentChristophe Gisquet2014-10-251-9/+9
* | avcodec: Read errno before av_log() as the callback from av_log() might affec...Michael Niedermayer2014-10-252-3/+4
* | avcodec/libutvideodec: Support YUV422P10Michael Niedermayer2014-10-251-1/+59
* | Added support for G2M5 codecEric Zimmerman2014-10-241-2/+2
* | avcodec/aacdec: warn user when remapping streams.Benoit Fouet2014-10-242-0/+13
* | avcodec/utils: Print the codec name that is missing on the whitelistMichael Niedermayer2014-10-231-1/+1
* | avcodec/options_table: Fix codec_whitelist flagsMichael Niedermayer2014-10-231-1/+1
* | x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmxJames Almer2014-10-231-15/+16
* | Added STL demuxer and decoderEejya Singh2014-10-226-3/+29
* | avcodec/tiffenc: properly compute packet sizeChristophe Gisquet2014-10-221-3/+3
* | avcodec/mjpegdec: use FF_CEIL_RSHIFT() for widthMichael Niedermayer2014-10-221-1/+1
* | avcodec/mjpegdec: simplify chroma_height calculationMichael Niedermayer2014-10-212-9/+7
* | avcodec/mjpegdec: Support 24111100 pix fmt idMichael Niedermayer2014-10-211-4/+13
* | avcodec/libutvideodec: print extradata size if unsupportedMichael Niedermayer2014-10-211-1/+1
* | avcodec/snowenc: remove redundant FF_MPV_OFFSET()Michael Niedermayer2014-10-201-1/+0
* | avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch2014-10-1912-12/+5
* | avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-1912-14/+14
* | avcodec: add codec_whitelistMichael Niedermayer2014-10-193-0/+14
* | avcodec/utils: Display pixel format information as none ... if unknown instea...Michael Niedermayer2014-10-191-2/+2
* | avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-191-2/+2
* | avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in...Michael Niedermayer2014-10-191-1/+1
* | avcodec/nellymoserenc: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-191-2/+2
* | avcodec/wmv2enc: add priv_classMichael Niedermayer2014-10-181-0/+3
OpenPOWER on IntegriCloud