]> git.sesse.net Git - ffmpeg/history - libavcodec
pthread: Change a signal to a broadcast as multiple threads
[ffmpeg] / libavcodec /
2012-01-22 Michael Niedermayerpthread: Change a signal to a broadcast as multiple...
2012-01-22 Hendrik Leppkesmpeg12: fixed parsing in some mpeg2 streams
2012-01-22 Michael Niedermayerlavc: fix FF_LOSS_COLORQUANT detection for gray8a-...
2012-01-22 Reimar DöffingerExtract some duplicated code.
2012-01-22 Reimar DöffingerRemove pointless and distracting ()
2012-01-22 Reimar DöffingerSimplify: just add header_size directly.
2012-01-22 Reimar DöffingerMove some duplicated code, simplify.
2012-01-22 Reimar DöffingerMake variable that always has the same value const.
2012-01-22 Michael NiedermayerRC: Fix initial buffer occupancy.
2012-01-22 Michael Niedermayeraacenc: Fix bug in writing libavcodec_ident.
2012-01-22 Carl Eugen HoyosSupport decoding gray8a tiff images.
2012-01-21 Michael Niedermayerpngdec: Do not use SIMD paeth prediction for bpp=2
2012-01-21 Michael Niedermayerpngdec: Fix masks for interlaced decoding
2012-01-21 Michael Niedermayerpngdec: Add some FF_DEBUG based av_logs.
2012-01-21 Michael Niedermayerlavc: Mark the err_detect constants as audio+video...
2012-01-21 Michael Niedermayererror_detection: put the old error detection constants...
2012-01-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-21 Janne Grunauthreads: change the default for threads back to 1
2012-01-21 Janne Grunauthreads: update slice_count and slice_offset from user...
2012-01-21 Dustin Brodympegaudiodec: switch error detection check to AV_EF_BUFFER
2012-01-21 Dustin Brodylavc: rename err_filter option to err_detect and docume...
2012-01-21 John Brooksmpegvideo: fix invalid memory access for small video...
2012-01-21 Michael Niedermayerac3dec: Move center&surround mix level tables to parser.
2012-01-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-20 Felipe ContrerasARM: fix build with FFT enabled and MDCT disabled
2012-01-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-19 Michael BradshawChanged indexing in libopenjpeg to shorten lines
2012-01-19 Carl Eugen HoyosSupport gray8a encoding with libopenjpeg.
2012-01-19 Carl Eugen HoyosSimplify 32bit png decoding.
2012-01-19 Carl Eugen HoyosSupport encoding 16bit pixel formats to sgi.
2012-01-19 Carl Eugen HoyosSimplify 32bit pam decoding.
2012-01-19 Carl Eugen HoyosSimplify PIX_FMT_RGB555LE selection in targa decoder.
2012-01-19 Carl Eugen HoyosSimplify targa decoding on big endian.
2012-01-19 Javier CabezasDNxHD: frame multithreading
2012-01-19 Jindřich Makovičkampeg12: check for available bits to avoid an infinite...
2012-01-19 Michael Niedermayerwmalossless: Fix incompatoble pointer type warnings
2012-01-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-18 Reimar DöffingerReplace a av_fast_malloc with av_fast_padded_malloc.
2012-01-18 Reimar DöffingerUse av_fast_padded_malloc in mimic and truemotion2...
2012-01-18 Reimar DöffingerUse av_fast_padded_malloc in fraps and mpc decoders.
2012-01-18 Donald Ovcharoverror_resilience: K&R formatting cosmetics
2012-01-18 Michael Niedermayerlavc: call ff_init_buffer_info() from default reget...
2012-01-18 Michael Niedermayerlavc: when w/h changes in reget buffer, print the values.
2012-01-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-17 Reimar DöffingerUse ff_packet_free_side_data instead of duplicating it.
2012-01-17 Paul B Mahollavc: remove unused headers
2012-01-17 Reimar DöffingerAdd and use av_fast_padded_malloc.
2012-01-17 Michael Niedermayerlavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame
2012-01-17 Michael Niedermayerlavc: use av_freep() for freeing extended_data
2012-01-17 Justin Rugglestta: cast output data pointer to the correct type
2012-01-17 Stefano Sabatinilavc/mpegvideo_enc: improve log message in case of...
2012-01-17 Michael Bradshawlibopenjpegenc: Remove two redundant function parameters.
2012-01-17 Michael Bradshawlibopenjpegenc: Simplify gray encoding.
2012-01-17 Michael Bradshawlibopenjpegenc: Add error messages.
2012-01-17 Michael Bradshawlibopenjpegenc: Rename four conversion functions.
2012-01-17 Reimar DöffingerUse correct register size.
2012-01-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-17 Michael Niedermayerdpxenc: Dont store lavc indent when bitexact is set.
2012-01-16 Carl Eugen HoyosSupport 64bit pam decoding.
2012-01-16 Carl Eugen HoyosSupport gray8a pam decoding.
2012-01-16 Carl Eugen HoyosFix pix_fmt_info for yuva420.
2012-01-16 Maksym Veremeyenkofix av_dlog call with non-AVClass struct
2012-01-16 Janne Grunaurv34: add NEON rv34_idct_add
2012-01-16 Christophe GISQUETrv34: 1-pass inter MB reconstruction
2012-01-16 Reimar DöffingerRework VP8 decoder frame skipping code.
2012-01-16 Carl Eugen HoyosSupport rgb64 dpx encoding.
2012-01-16 Laurentiu Ionpictordec: Use bytestream2 functions
2012-01-16 Michael Niedermayervorbisdec: Check that the x values of floor1 are unique.
2012-01-16 Justin Rugglespcmenc: use AVCodec.encode2()
2012-01-16 Justin Rugglesavcodec: bump minor version and add APIChanges for...
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-16 Justin Rugglesavcodec: add a public function, avcodec_fill_audio_frame().
2012-01-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-15 Christophe GISQUETrv34: Intra 16x16 handling
2012-01-15 Christophe GISQUETrv34: Inter/intra MB code split
2012-01-15 Carl Eugen HoyosSupport rgb48 and rgba64 png encoding.
2012-01-15 Carl Eugen HoyosSimplify RGB32 png encoding.
2012-01-15 Carl Eugen HoyosSupport gray16 png encoding.
2012-01-15 Carl Eugen HoyosSupport gray8a png encoding.
2012-01-15 Reinhard Tartlerlavc: Relax API strictness in avcodec_decode_audio3...
2012-01-15 Kostya Shishkovwavpack: fix clipping for 32-bit lossy mode
2012-01-15 Peter Rossiff: support masking plane feature
2012-01-15 Reimar DöffingerFix uninitialized reads for fate-vsynth1-asv2 test.
2012-01-15 Laurentiu Ionvb: Use bytestream2 functions
2012-01-15 Michael Niedermayerimgconvert: add PIX_FMT_GRAY8A to pix_fmt_info
2012-01-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-14 Michael Niedermayerljpegdec: reset restart interval for each plane of...
2012-01-14 Michael Niedermayerthp: Fix handling of restart interval
2012-01-14 Reimar DöffingerFix compilation without HAVE_AVX, HAVE_YASM etc.
2012-01-14 Jean Firsttimecode: fix typo
2012-01-14 Michael Niedermayermpeg12dec: BW10 support
2012-01-14 Michael Niedermayermpeg12dec: check uppercased codec_tag.
2012-01-14 Aneesh Dograsgidec: Use bytestream2 functions to prevent buffer...
2012-01-14 Reimar DöffingerUse correct register size, fixes compilation with NASM.
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2012-01-14 Reimar DöffingerFix leaking of side data.
2012-01-14 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-01-14 Carl Eugen HoyosSupport transparency in iff images.
2012-01-14 Carl Eugen HoyosAdd CR/LF to a reget_buffer warning message.
2012-01-14 Michael Niedermayerutils: check that parameters havnt changed in reget_buf...
next