summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Update asm offsets for armLuca Barbato2011-01-09
* fix indentationPeter Ross2011-01-09
* eacmv: ensure second-last frame is allocated before referencing itDaniel Kang2011-01-09
* Remove unneeded #includeJustin Ruggles2011-01-09
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-08
* skip unsupported postproc informationSascha Sommer2011-01-08
* add support for files that do not allow more than 4 subframesSascha Sommer2011-01-08
* fix indentationSascha Sommer2011-01-08
* add support for files where the frames do not have a length prefixSascha Sommer2011-01-08
* Show profile in avcodec_string().Anssi Hannula2011-01-08
* Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sampleBaptiste Coudurier2011-01-07
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-07
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-07
* Do not overread input buffer.Daniel Kang2011-01-07
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-07
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-06
* Export dca profile information.Anssi Hannula2011-01-06
* Verify FSIZE96 when encountering X96 sync code.Anssi Hannula2011-01-06
* Fix a crash when decoding tiff by moving checkDaniel Kang2011-01-06
* In dnxhd decoder, set key_frame on decoded frameBaptiste Coudurier2011-01-06
* Fix crash for files with strip size larger than the buffer.Daniel Kang2011-01-06
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-05
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-05
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-05
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-05
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-05
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-04
* cosmetics: fix typo in previous commitJustin Ruggles2011-01-04
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-04
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-03
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-03
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03
* Fix crash decoding broken wmv2 files.Daniel Kang2011-01-02
* srtdec: ensure we don't read 1 byte after buffer end if the buffer is notAurelien Jacobs2011-01-02
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-02
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-01
* Fix typos.Stefano Sabatini2011-01-01
* Skip the bit allocation search if previous and current SNR offsets are theJustin Ruggles2010-12-31
* 10l: Fix mistake in r26044. Check increment bounds using actual incrementJustin Ruggles2010-12-31
* Change planar_samples from int16_t to SampleType.Justin Ruggles2010-12-31
* Add .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-31
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-31
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-31
* Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles2010-12-30