]> git.sesse.net Git - ffmpeg/history - libavcodec
tiff: support zlib with invertedFillOrder
[ffmpeg] / libavcodec /
2012-12-09 Piotr Bandurskitiff: support zlib with invertedFillOrder
2012-12-08 Piotr Bandurskimjpegdec: support more pix_fmt_ids for grayscale
2012-12-08 Michael Niedermayersbr_hf_gen_sse: Optimize code a bit more.
2012-12-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-08 Michael NiedermayerMerge commit '57231e4d5b467833fb289439cd35a92513bb55c1'
2012-12-08 Michael NiedermayerMerge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f'
2012-12-08 Michael Niedermayerget_bits: rename get_bits_longlong to get_bits64
2012-12-08 Michael NiedermayerMerge commit 'b326755989b346d0d935e0628e8865f9b2951c30'
2012-12-08 Michael NiedermayerMerge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'
2012-12-08 Michael NiedermayerMerge commit '7f2b3dcabd108926bde819ad574017f4161d1546'
2012-12-08 Michael NiedermayerMerge commit 'c6ebc9faa2210d7f36a3036c357f6f199520f575'
2012-12-08 Michael NiedermayerMerge commit 'f0fe245bc31cf4fa3b3ed0240cd1ab6f0d5043ea'
2012-12-08 Michael NiedermayerMerge commit '1234c66a315b139339d52ca193b3f1d67af9ce19'
2012-12-08 Michael NiedermayerMerge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'
2012-12-08 Janne Grunaugolomb: use unsigned arithmetics in svq3_get_ue_golomb()
2012-12-08 Nicolas Georgelavc/mlpdec: reset layout when channels change.
2012-12-08 Paul B Maholgifdec: port to bytestream2 API
2012-12-07 Josh Allmanntakdec: fix initialisation of LOCAL_ALIGNED array
2012-12-07 Mans Rullgardtakdec: fix initialisation of LOCAL_ALIGNED array
2012-12-07 Michael Niedermayerlavc: check dimensions for video encoders
2012-12-07 Paul B Maholtak: demuxer, parser, and decoder
2012-12-07 Michael Niedermayerparser: fix large overreads
2012-12-07 Michael Niedermayerbitstream: add get_bits64() to support reading more...
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-12-07 Mans Rullgarddct-test: arm: indicate required cpu features for optim...
2012-12-07 Anton Khirnovsnow: fix build after 594d4d5df3c70404168701dd5c90b7e6e...
2012-12-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-07 Paul B Mahollavc/takdec: s/get_b/get_bits_esc4
2012-12-07 Martin Storsjöavcodec: Fix a typo in an option description
2012-12-07 Paul B Mahollavc/takdec: simplify code
2012-12-07 Michael NiedermayerMerge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'
2012-12-07 Michael NiedermayerMerge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'
2012-12-07 Mans Rullgardarm: fix use of uninitialised value in ff_fft_fixed_ini...
2012-12-07 Michael Niedermayerdiracdec: check dimensions against chroma format.
2012-12-07 Martin Storsjöavpicture: Don't assume a valid pix fmt in avpicture_ge...
2012-12-07 Janne Grunauh264: add a pointer for weighted prediction temporary...
2012-12-07 Janne Grunauh264: check sps.log2_max_frame_num for validity
2012-12-07 Janne Grunauflac: change minimum and default of lpc_passes option...
2012-12-07 Christophe GisquetSBR DSP x86: implement SSE sbr_hf_gen
2012-12-07 Christophe GisquetAAC SBR: use AVFloatDSPContext's vector_fmul
2012-12-07 Michael Niedermayerdiracdec: fix typo in mctmp allocation
2012-12-07 Michael Niedermayerdiracdec: Test mctmp and mcscratch for malloc failure.
2012-12-07 Michael Niedermayerdiracdec: fix emulated_edge condition, fix out of array...
2012-12-07 Paul B Maholtakdec: use samplefmt.h from libavutil
2012-12-07 Paul B Maholadd missing dependency for tak demuxer
2012-12-07 Paul B Maholtakdec: remove get_code() and use get_sbits() directly
2012-12-06 Michael Niedermayerbitstream: make vlc init of static tables thread safe.
2012-12-06 Paul B Maholdxa: port to bytestream2 API
2012-12-06 Paul B Maholhuffyuv: return meaningful error codes
2012-12-06 Paul B Maholhuffyuv: check for malloc failures
2012-12-06 Paul B Maholhuffyuv: make use of av_fast_padded_malloc()
2012-12-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-06 Michael NiedermayerMerge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'
2012-12-06 Michael NiedermayerMerge commit 'b384e031daeb1ac612620985e3e5377bc587559c'
2012-12-06 Michael NiedermayerMerge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
2012-12-06 Janne Grunauh264: slice-mt: check master context for valid current_...
2012-12-06 Janne Grunauh264: slice-mt: get last_pic_dropable from master context
2012-12-06 Michael Niedermayerff_lock_avcodec: make the lock state be consistent...
2012-12-06 Michael Niedermayeravcodec_open: if obtaining a lock fails, dont attempt...
2012-12-06 Michael NiedermayerRevert "Acquire lock when initializing parsers."
2012-12-06 Michael NiedermayerRevert "Add assert that the avcodec lock is held when...
2012-12-06 Michael Niedermayerframe_thread_encoder: fix locking while locks are held
2012-12-06 Michael Niedermayervc1dec: prevent v_edge_pos from becoming negative.
2012-12-06 Michael Niedermayerresample: remove disabled debug code
2012-12-05 Janne Grunauh264: slice-mt: check master context for valid current_...
2012-12-05 Janne Grunauh264: slice-mt: get last_pic_dropable from master context
2012-12-05 Justin Rugglesalacenc: add support for multi-channel encoding
2012-12-05 Paul B Mahollavc/dxa: return meaningful error codes
2012-12-05 Reimar DöffingerAdd assert that the avcodec lock is held when initializ...
2012-12-05 Reimar DöffingerAcquire lock when initializing parsers.
2012-12-05 Reimar Döffingeravcodec: add ff_lock/unlock_avcodec functions.
2012-12-05 Piotr Bandurskiwmaenc: add new line to some error messages
2012-12-05 Wolfram Glogermpegvideo_parser: fix buffer access beyond end
2012-12-05 Michael Niedermayermpegvideo_enc: use av_log() in debug code
2012-12-05 Michael Niedermayermotion_est: use av_log() in debug code
2012-12-05 Michael Niedermayerj2kenc: remove duplicate debug functions
2012-12-05 Michael Niedermayerj2k: avoid printf() useage in debug code
2012-12-05 Michael Niedermayermpegvideo: remove #if/define PARANOID code
2012-12-05 Paul B Mahollavc: fix decode_frame() third parameter semantics...
2012-12-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-05 Michael NiedermayerMerge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
2012-12-05 Michael NiedermayerMerge commit '387bef95d28019c13c6805cfa4079e59948284e5'
2012-12-05 Michael NiedermayerMerge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5'
2012-12-05 Michael Niedermayerlavc: move ff_init_buffer_info() down to ff_get_buffer()
2012-12-05 Michael NiedermayerMerge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'
2012-12-05 Michael NiedermayerMerge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
2012-12-05 Michael NiedermayerMerge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
2012-12-05 Michael Niedermayervc1dec: Fix null pointer dereference in vc1_decode_skip...
2012-12-05 Nicolas Georgelavc/dvdsubdec: accept palette from options.
2012-12-05 Michael Niedermayerff_emulated_edge_mc: fix handling of w/h being 0
2012-12-05 Michael Niedermayerffv1enc: allow encoding with 1 slice for CIF and smalle...
2012-12-04 Janne Grunaumimic: initialize padding of swap_buf through av_fast_p...
2012-12-04 Janne Grunaueamad: initialize padding of bitstream_buf through...
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: factorise setting buffer type in avcodec_default_...
2012-12-04 Anton Khirnovlavc: don't reuse audio buffers
2012-12-04 Anton Khirnovlavc: set frame properties in ff_get_buffer().
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
next