]> git.sesse.net Git - ffmpeg/history - libavcodec
h264: check ref_count validity for num_ref_idx_active_override_flag
[ffmpeg] / libavcodec /
2012-11-27 Janne Grunauh264: check ref_count validity for num_ref_idx_active_o...
2012-11-27 Janne Grunauh264: add missing new line to log message
2012-11-27 Michael Niedermayerdcadec: skip QMF on unused channels
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-26 Michael Niedermayeraacenc: use the correct output buffer
2012-11-26 Mans Rullgardaacdec: fix signed overflows in lcg_random()
2012-11-26 Janne Grunauflashsv: check for keyframe before using differential...
2012-11-26 Janne Grunauh264: enable low delay only if no delayed frames were...
2012-11-26 Diego Biurrunx86: fix build without inline asm
2012-11-26 Justin Rugglesaacdec: use float planar sample format for output
2012-11-26 Justin Ruggleslavc: clarify get_buffer() documentation
2012-11-26 Justin Rugglesmpegaudiodec: use planar sample format for output unles...
2012-11-25 Justin Rugglesx86: h264 qpel: use the correct number of utilized...
2012-11-25 Daniel Kangx86: h264: Convert 8-bit QPEL inline assembly to YASM
2012-11-25 Daniel Kangx86: h264: Remove 3dnow QPEL code
2012-11-25 Diego Biurrunx86: h264_chromamc: port to cpuflags
2012-11-23 Mans Rullgardmpegvideo: simplify dxy calculation in hpel_motion()
2012-11-21 Xi Wangcdgraphics: fix incorrect vertical offset mask in cdg_s...
2012-11-21 Diego Biurrunflashsv: Drop unused function and struct parameters
2012-11-20 Justin Rugglespcm: fix decoding of pcm_s16le_planar on big-endian
2012-11-20 Luca Barbatoimgconvert: remove PixFmtInfo
2012-11-20 Luca Barbatoavcodec: split avpicture from imgconvert
2012-11-20 Justin Rugglesalacenc: support 24-bit encoding
2012-11-20 Justin Rugglespcmdec: use planar sample format for pcm_s16le_planar
2012-11-20 Justin Rugglesvorbisdec: use float planar sample format
2012-11-18 Diego Biurrunx86: h264_intrapred: Fix C function names in comments
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-18 John StebbinsPGS subtitles: Set AVSubtitle pts value
2012-11-16 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2012-11-16 Janne Grunauh264: always check ref_count for validity
2012-11-16 Diego Biurrunx86: dsputil: port to cpuflags
2012-11-14 Xi Wangbgmc: Fix av_malloc checks in ff_bgmc_init()
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-13 Diego BiurrunDrop broken and unused CABAC test program.
2012-11-13 Diego Biurrunx86: h264_weight_10bit: port to cpuflags
2012-11-13 Luca Barbatolibtheoraenc: add missing pixdesc.h header
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-12 Mans Rullgardppc: replace pointer casting with AV_COPY32
2012-11-12 Mans Rullgardppc: fix some unused variable warnings
2012-11-12 Justin Rugglesbinkaudio: set channel layout
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-11 Alberto Delmásmss2: prevent potential uninitialized reads
2012-11-11 Kostya Shishkovmss2: reindent after last commit
2012-11-11 Alberto Delmásmss2: fix handling of unmasked implicit WMV9 rectangles
2012-11-10 Diego Biurrunx86: h264_qpel_10bit: drop unused parameter from MC10...
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-09 Diego Biurrunx86: h264_qpel_10bit: port to cpuflags
2012-11-08 Justin Rugglesflacenc: ensure the order is within the min/max range...
2012-11-08 Diego Biurrunx86: h264_intrapred: port to cpuflags
2012-11-07 James Zernlibvpxenc: Allow enabling constrained quality (CQ)...
2012-11-06 Martin Storsjölibopencore-amr: Check the return value of amr_decode_f...
2012-11-05 Justin Rugglesflacenc: use RICE2 entropy coding mode for 24-bit
2012-11-05 Justin Rugglesflacenc: add 24-bit encoding
2012-11-05 Justin Rugglesflacdsp: move lpc encoding from FLAC encoder to FLACDSP...
2012-11-05 Justin Rugglesflacenc: use uint64_t for bit counts
2012-11-05 Justin Rugglesflacenc: remove wasted trailing 0 bits
2012-11-05 Justin Rugglesflacenc: use a separate buffer for byte-swapping for...
2012-11-05 Diego Biurrunx86: h264qpel: Only define mmxext QPEL functions if...
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-05 Diego Biurrunx86: vc1dsp: port to cpuflags
2012-11-02 Diego Biurrunx86: Refactor PSWAPD fallback implementations and port...
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-11-02 John StebbinsPGS subtitles: Expose forced flag
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86: ac3dsp: port to cpuflags
2012-11-02 Anton Khirnovlavc: add some AVPacket doxy.
2012-11-01 Ilkka Ollakkadecode_audio3: initialize AVFrame
2012-11-01 Justin Rugglesws-snd1: set channel layout
2012-11-01 Justin Ruggleswmavoice: set channel layout
2012-11-01 Justin Ruggleswmapro: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Ruggleswma: do not keep private copies of some AVCodecContext...
2012-11-01 Justin Rugglesvmdaudio: set channel layout
2012-11-01 Justin Rugglestwinvq: validate sample rate code
2012-11-01 Justin Rugglestwinvq: set channel layout
2012-11-01 Justin Rugglestwinvq: validate that channels is not <= 0
2012-11-01 Justin Rugglestruespeech: set channel layout
2012-11-01 Justin Rugglessipr: set channel layout
2012-11-01 Justin Rugglesshorten: validate that the channel count in the header...
2012-11-01 Justin Rugglesra288dec: set channel layout
2012-11-01 Justin Rugglesra144dec: set channel layout
2012-11-01 Justin Rugglesqdm2: remove unneeded checks for channel count
2012-11-01 Justin Rugglesqdm2: make sure channels is not <= 0 and set channel...
2012-11-01 Justin Rugglesqcelpdec: set channel layout
2012-11-01 Justin Rugglesnellymoserdec: set channels to 1
2012-11-01 Justin Ruggleslibopencore-amr: set channel layout for amr-nb or if...
2012-11-01 Justin Ruggleslibilbc: set channel layout
2012-11-01 Justin Rugglesdpcm: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Rugglesimc: set channels to 1 instead of validating it
2012-11-01 Justin Rugglesgsmdec: always set channel layout and sample rate at...
2012-11-01 Justin Ruggleslibgsmdec: always set channel layout and sample rate...
2012-11-01 Justin Rugglesg726dec: do not validate sample rate
2012-11-01 Justin Rugglesg726dec: set channel layout at initialization instead...
2012-11-01 Justin Rugglesflacdec: do not warn on sample rate change
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-11-01 Justin Rugglesflacdec: use av_samples_* functions for sample buffer...
2012-11-01 Justin Rugglesdcadec: allow the decoder to change the channel layout...
2012-11-01 Justin Rugglescook: use av_dlog() for debug logging instead of av_log...
2012-11-01 Justin Rugglescook: move samples_per_frame from COOKSubpacket to...
next