]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec /
2012-07-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-10 Michael Niedermayermpeg4videoenc: use av_assert
2012-07-10 Michael Niedermayermpeg4videodec: use av_assert
2012-07-10 Nicolas Georgedpx: invalid aspect ratio is 0/1, not 0/0.
2012-07-10 Carl Eugen HoyosSet default ffv1 coder to -1.
2012-07-10 Carl Eugen HoyosCosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder...
2012-07-10 Carl Eugen HoyosCosmetics: Move ffv1 encoder initialisation code.
2012-07-10 Michael Niedermayerdsputil: turn assert into if() as its possible to trigg...
2012-07-10 Kostya Shishkovmss1: fix decoding masked regions in interframes
2012-07-10 Carl Eugen HoyosDefine snow .pix_fmts to allow colour space auto-selection.
2012-07-10 Paul B Maholexr: return proper error code instead of -1
2012-07-10 Paul B Maholexr: use buf_size instead of recalculating same value
2012-07-10 Michael Niedermayerh264/decode_scaling_matrices: fix coding order of 8x8...
2012-07-10 Michael Niedermayerh264: 12 and 14 bit support
2012-07-10 Michael Niedermayerh264dsp: 12 and 14 bit support
2012-07-10 Michael Niedermayerh264pred: 12 and 14 bit support
2012-07-10 Michael Niedermayerh264idct: 12 and 14 bit support
2012-07-10 Michael Niedermayerh264: limit 10bpp MC pading trick to 10bpp
2012-07-10 Michael Niedermayerdsputil: extend things to 12 and 14 bits
2012-07-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-09 Kostya Shishkovmss3: use standard zigzag table
2012-07-09 Kostya Shishkovmss3: split DSP functions that are used in MTS2(MSS4...
2012-07-09 Anton Khirnovmotion-test: do not use getopt()
2012-07-09 Michael Niedermayermpeg12: switch to av_assert
2012-07-09 Michael Niedermayermpeg12enc: switch to av_assert
2012-07-09 Carl Eugen HoyosShow hyphen in codec tag.
2012-07-09 JULIAN GARDNERlibx264: support aspect ratio switching
2012-07-09 Paul B Maholexr: support for reading pixelAspectRatio
2012-07-09 Paul B Maholtiffenc: PIX_FMT_YUV440P support
2012-07-08 Paul B Maholsgidec: add CODEC_CAP_DR1
2012-07-08 Paul B Maholsgidec: remove redundant argument from read_uncompresse...
2012-07-08 Paul B Maholg723_1: add CODEC_CAP_DR1
2012-07-08 Paul B Maholexr: add CODEC_CAP_DR1
2012-07-08 Paul B Maholdpx: add CODEC_CAP_DR1
2012-07-08 Michael Niedermayersgidec: fix off by 1 error that tested a sample too...
2012-07-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-08 Michael Niedermayermpegaudioenc: use av_assert
2012-07-07 Paul B Maholsanm: make use of dsputil
2012-07-07 Michael Niedermayeraacdec: correct "audio config changed" warning message
2012-07-07 Hendrik Leppkeslatm: fix initialization on some streams when no extrad...
2012-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-07 Loren Merrittx86: h264_intrapred: use newly introduced SPLAT* and...
2012-07-07 Hendrik Leppkesvc1: implement frame interlaced b-frame header parsing
2012-07-07 Michael Niedermayercelp_math: use av_assert
2012-07-07 Michael Niedermayercabac: use av_assert
2012-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-06 Paul B Maholtiffenc: PIX_FMT_GRAY8A support
2012-07-06 Paul B Maholtiffenc: PIX_FMT_GRAY16LE support
2012-07-06 Paul B Maholtiffenc: merge common code
2012-07-06 Paul B Maholtiffenc: use av_get_bits_per_pixel() to get bpp
2012-07-06 Paul B Maholtiffenc: use av_pix_fmt_descriptors to set bpp_tab[]
2012-07-06 Paul B Maholtiffenc: simplify calculation of bpp_tab_size
2012-07-06 Martin Storsjöx86: h264_intrapred: Don't add the 'd' suffix to the...
2012-07-06 Kostya Shishkovmss3: add forgotten 'static' qualifier for private...
2012-07-06 Paul B Maholbmv: add CODEC_CAP_DR1
2012-07-06 Michael Niedermayerlpc: use default number of passes when lpc_passes is...
2012-07-06 Paul B Maholtiffdec: PIX_FMT_GRAY16LE support
2012-07-06 Nicolas Georgelavc: fix shared build after dnxhd merge.
2012-07-06 Michael Niedermayeradd side data to indicate the amount of samples to...
2012-07-06 Paul B Maholpaf: add forgotten CODEC_CAP_DR1
2012-07-05 Mans Rullgardlavc: options: add planar names for request_sample_fmt
2012-07-05 Mans Rullgardflacdec: add planar output support
2012-07-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-05 Michael NiedermayerMerge branch 'mxfenc_improvements' of https://github...
2012-07-05 Michael Niedermayerh264: print error on unsupported seperate color planes
2012-07-05 Diego Biurrunqdm2: remove broken and disabled dump_context() debug...
2012-07-05 Diego Biurrunx86: h264_intrapred: use newly introduced SPLAT* and...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Diego Biurrunx86: h264_intrapred: port to cpuflag macros
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining
2012-07-05 Nedeljko BabicOptimization of MP3 decoders for MIPS
2012-07-05 Michael NiedermayerMerge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K...
2012-07-05 Michael Niedermayermpegvideo: Don't use ff_mspel_motion() for vc1
2012-07-05 Martin Storsjövp8: Add ifdef guards around the sse2 loopfilter in...
2012-07-05 Paul B MaholPAF demuxer and decoder
2012-07-05 Carl Eugen Hoyosnut: add 12/14 bit yuv to nut/raw
2012-07-04 Paul B Maholsanm: remove code duplication
2012-07-04 Paul B Maholsanm: replace conditions in for loops with more common...
2012-07-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-04 Nicolas Georgedpx: sanitize aspect ratio.
2012-07-04 Martin Storsjövp8: loopfilter >=sse2 functions need aligned stack...
2012-07-04 Ronald S. Bultjeamr: remove shift out of the AMR_BIT() macro.
2012-07-04 Ronald S. Bultjedsputilenc: group yasm and inline asm function pointer...
2012-07-04 Michael Bradshawlibopenjpegdec: add support for decoding YUV420/422...
2012-07-04 Michael Bradshawlibopenjpegenc: cosmetics: reorder pix_fmts
2012-07-04 Michael Bradshawlibopenjpegenc: add support for YUV420/422/444P12/14
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-07-04 Mans Rullgardflacdec: move lpc filter to flacdsp
2012-07-04 Mans Rullgardflacdec: split off channel decorrelation as flacdsp
2012-07-04 Mans Rullgardflacdec: factor out code setting avctx->sample_fmt
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2012-07-04 Mans Rullgardflacdec: allocate sample buffers with av_malloc
2012-07-04 Mans Rullgardflacdec: remove curr_bps from FLACContext
2012-07-04 Mans Rullgardflacenc: add option for forcing stereo decorrelation...
2012-07-03 Michael Niedermayersnow: move init code that depends on picture paramaters...
2012-07-03 Michael Niedermayervideo_get_buffer: return ENOMEM instead of -1 on malloc...
2012-07-03 Michael Niedermayerlavc/utils: print error message on get_buffer related...
2012-07-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-03 Michael Niedermayeravcodec_align_dimensions2: support 12 & 14 bit planar...
next