summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sampleBaptiste Coudurier2011-01-071-12/+30
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-071-1/+3
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-072-1/+10
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-072-1/+25
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-072-2/+33
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-071-0/+5
* Do not overread input buffer.Daniel Kang2011-01-071-0/+5
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-071-0/+4
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-061-1/+10
* Export dca profile information.Anssi Hannula2011-01-063-5/+364
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-061-3/+9
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-061-4/+4
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-061-0/+1
* Fix crash for files with strip size larger than the buffer.Daniel Kang2011-01-061-0/+5
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-055-9/+55
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-052-6/+9
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-051-4/+7
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-051-1/+3
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-051-1/+1
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-051-1/+1
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-041-0/+6
* cosmetics: fix typo in previous commitJustin Ruggles2011-01-041-1/+1
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-047-5/+180
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-031-0/+1
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-034-421/+505
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-031-18/+18
* Fix crash decoding broken wmv2 files.Daniel Kang2011-01-021-1/+1
* srtdec: ensure we don't read 1 byte after buffer end if the buffer is notAurelien Jacobs2011-01-021-2/+3
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-021-1/+3
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-011-1/+1
* Fix typos.Stefano Sabatini2011-01-011-3/+3
* Skip the bit allocation search if previous and current SNR offsets are theJustin Ruggles2010-12-311-0/+7
* 10l: Fix mistake in r26044. Check increment bounds using actual incrementJustin Ruggles2010-12-311-1/+1
* Change planar_samples from int16_t to SampleType.Justin Ruggles2010-12-311-1/+1
* Add .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-311-10/+3
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-311-8/+8
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-311-0/+5
* Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles2010-12-301-10/+15
* Move the list of supported channel layouts to a separate table.Justin Ruggles2010-12-301-20/+27
* Add a window field to AC3MDCTContext and use it as an input to apply_window()Justin Ruggles2010-12-301-1/+4
* cosmetics: alignment, line wrap, and spacingJustin Ruggles2010-12-301-29/+19
* Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.Justin Ruggles2010-12-301-12/+10
* Make exponent_group_tab[] static.Justin Ruggles2010-12-301-1/+1
* Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set.Ronald S. Bultje2010-12-301-1/+2
* Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles2010-12-301-1/+1
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-301-1/+1
* Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles2010-12-301-1/+1
* flac_parser: loop append buffer when the default size is not enough to getMichael Chinen2010-12-301-14/+27
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+111
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-292-0/+31