]> git.sesse.net Git - ffmpeg/history - libavcodec
mjpegbdec: Fix incorrect bitstream buffer size.
[ffmpeg] / libavcodec /
2012-01-25 Michael Niedermayermjpegbdec: Fix incorrect bitstream buffer size.
2012-01-25 Paul B Maholr210, r10k and avrp encoder
2012-01-25 Michael Niedermayerkgv1dec: Increase offsets array size so it is large...
2012-01-25 Michael Niedermayersmackerdec: Check that the last indexes are within...
2012-01-25 Michael Niedermayervp3: Copy all 3 frames for thread updates.
2012-01-25 Hendrik Leppkesindeo3: fix motion vector validation
2012-01-25 Michael Niedermayerh263dec: Disallow width/height changing with frame...
2012-01-25 Carl Eugen HoyosFix multi-channel encoding with libfaac.
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-24 Alex Converseaacenc: Fix identification padding when the bitstream...
2012-01-24 Michael Niedermayeraacenc: Write correct length for long identification...
2012-01-24 Michael Niedermayererror concealment: initialize block index.
2012-01-24 Justin Rugglesadpcm_ima_ws: fix stereo decoding
2012-01-24 Justin Rugglesavcodec: add a new codec_id for CRYO APC IMA ADPCM.
2012-01-24 Anton Khirnovlavc: postpone the removal of AVCodecContext.request_ch...
2012-01-24 Anton Khirnovlavc: postpone removing old audio encoding and decoding API
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'tjoppen/mxf_fixes_20120124'
2012-01-24 Michael Niedermayerh264: Disallow w/h/pixfmt changes for frame threads.
2012-01-24 Michael Niedermayermpegvideo: Draw edges based on the pictures linesize...
2012-01-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-24 Michael NiedermayerRevert "Fix multi-channel AAC encoding."
2012-01-24 Janne Grunaurv10: verify slice offsets against buffer size
2012-01-23 Nathan Caldwellaacenc: Simplify windowing
2012-01-23 Nathan Caldwellaacenc: Move saved overlap samples to the beginning...
2012-01-23 Nathan Caldwellaacenc: Deinterleave input samples before processing.
2012-01-23 Nathan Caldwellaacenc: Store channel count in AACEncContext.
2012-01-23 Nathan Caldwellaacenc: Move Q^3/4 calculation to it's own table
2012-01-23 Nathan Caldwellaacenc: Request normalized float samples instead of...
2012-01-23 Nathan Caldwellaacpsy: Replace an if with FFMAX in LAME windowing.
2012-01-23 Nathan Caldwellaacenc: cosmetics, replace 'rd' with 'bits' in codebook...
2012-01-23 Nathan Caldwellaacpsy: cosmetics, change a FIXME to a NOTE about subsh...
2012-01-23 Nathan Caldwellaacenc: cosmetics: move init() and end() to the bottom...
2012-01-23 Nathan Caldwellaacenc: aac_encode_init() cleanup
2012-01-23 David MitchellImprove support for PGS subtitles.
2012-01-23 Michael Niedermayerpthreads: Generic progress lubrication support.
2012-01-23 Michael Niedermayerpthreads: reset got_frames on flush.
2012-01-23 Paul B MaholXWD encoder and decoder
2012-01-23 Hendrik Leppkesvc1: don't read the interpfrm and bfraction elements...
2012-01-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-22 Philip LangdaleCrystalHD: Back up extradata to allow decoder reinit...
2012-01-22 Philip LangdaleCrystalHD: Initialise variables to silence valgrind.
2012-01-22 Michael Niedermayerpthread: Change a signal to a broadcast as multiple...
2012-01-22 Carl Eugen Hoyospam: Fix a typo that broke writing and reading PAM...
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.
next