]> git.sesse.net Git - ffmpeg/history - libavcodec
wmavoice: return meaningful error codes
[ffmpeg] / libavcodec /
2013-06-12 Luca Barbato4xm: check bitstream_size boundary before using it
2013-06-12 Luca Barbato4xm: refactor decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the source buffer in decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the prestream buffer
2013-06-12 Luca Barbato4xm: validate the buffer size before parsing it
2013-06-12 Luca Barbato4xm: reject frames not compatible with the declared...
2013-06-12 Luca Barbato4xm: drop pointless assert
2013-06-12 Luca Barbato4xm: forward errors from decode_p_block
2013-06-12 Luca Barbato4xm: fold last_picture lazy allocation in decode_p_frame
2013-06-12 Luca Barbato4xm: refactor fourxm_read_header
2013-06-12 Luca Barbato4xm: use the correct logging context
2013-06-12 Michael Niedermayerg2meet: Fix a typo in the height comparison
2013-06-12 Kostya Shishkovg2meet: do not leak buffers
2013-06-12 Kostya Shishkovg2meet: more graceful cursor loading
2013-06-12 Kostya Shishkovg2meet: reset dimensions on header parsing errors
2013-06-10 Anton Khirnovlavc: add a libwavpack encoder wrapper
2013-06-10 Anton Khirnovlavc: use AVFrame API properly in pad_last_frame().
2013-06-10 Yusuke Nakamurautvideodec: Set colorspace by codec_tag.
2013-06-10 Yusuke Nakamurautvideodec: Support ULH0 and ULH2 formats.
2013-06-07 Luca Barbatofaxcompr: return meaningful errors
2013-06-07 Luca Barbatofaxcompr: K&R formatting cosmetics
2013-06-07 Luca Barbatotiff: do not overread the source buffer
2013-06-07 Luca Barbatotiff: cleanup the error paths
2013-06-07 Luca Barbatotiff: refactor fax support in a separate function
2013-06-07 Luca Barbatotiff: refactor deflate support in a separate function
2013-06-07 Luca Barbatoh264_parser: K&R formatting cosmetics
2013-06-07 Luca Barbatovorbis: return meaningful errors
2013-06-03 Kostya ShishkovGo2Webinar decoder
2013-06-02 Kostya Shishkovvmd: decode videos with no LZ buffer size provided...
2013-06-02 Kostya Shishkovvmd: fix mode 3 decoding
2013-06-02 Diego Biurruntiff: K&R formatting cosmetics
2013-06-01 Kostya Shishkovuse my full first name instead of short one in copyrights
2013-06-01 Kostya Shishkovindeo4: expand allowed quantiser range
2013-05-30 Kostya Shishkovproresenc: alpha coding support
2013-05-29 Martin Storsjöarm: Include hpeldsp_neon.o if h264qpel is enabled
2013-05-29 Martin Storsjöarm: Don't unconditionally build dsputil files
2013-05-29 Martin Storsjöarm: Only build the FFT init files if FFT is enabled
2013-05-29 Diego Biurrunbuild: cosmetics: Place unconditional before conditiona...
2013-05-29 Diego Biurrunbuild: arm: cosmetics: Place all OBJS declarations...
2013-05-29 Luca Barbatovmd: drop incomplete chunks and spurious samples
2013-05-29 Luca Barbatovmd: refactor the inner decode loop
2013-05-29 Luca Barbatovmd: return meaningful errors
2013-05-29 Luca Barbatovmd: use the PALETTE_COUNT constant uniformly
2013-05-28 Janne Grunaumpeg12: skip frames consistently
2013-05-28 Anton Khirnovwavpack: check that all the channels were coded.
2013-05-28 Anton Khirnovwavpack: check that there aren't too many blocks per...
2013-05-28 Anton Khirnovwavpack: extract channel information from the bitstream
2013-05-28 Anton Khirnovwavpack: extract sample rate from the bitstream
2013-05-28 Kostya Shishkovindeo4: reuse context block VLC for band instead of...
2013-05-28 Kostya Shishkovindeo4: add missing Haar and slanted transforms
2013-05-28 Kostya Shishkovdxtory v2 support
2013-05-28 Michael Niedermayervc1dec: Remove interlaced warning
2013-05-28 Michael Niedermayervc1dec: Fix mixed field/frame intensity compensation
2013-05-28 Michael Niedermayervc1dec: Match addressing between compensation and MC...
2013-05-28 Michael Niedermayervc1dec: Handle top and bottom blocks in vc1_mc_4mv_chro...
2013-05-28 Michael Niedermayervc1dec: Fix doxy for vc1_mc_4mv_chroma4()
2013-05-28 Michael Niedermayervc1dec: Drop old use_ic code from vc1_b_mc
2013-05-28 Michael Niedermayervc1: Use shuffled use_ic instead of equally shuffled...
2013-05-28 Michael Niedermayervc1dec: Implement intensity compensation for vc1_interp...
2013-05-28 Michael Niedermayervc1dec: Redesign the intensity compensation
2013-05-28 Michael Niedermayervc1dec: Shuffle field MVs after decoding, not before
2013-05-28 Anton Khirnovmatroskadec: export full wavpack blocks.
2013-05-28 Anton Khirnovwavpack demuxer: export full wavpack blocks.
2013-05-28 Anton Khirnovwavpack: don't set sample format in init.
2013-05-28 Anton Khirnovwavpack: remove a useless parameter from wavpack_decode...
2013-05-28 Anton Khirnovwavpack: return an error on 0-sized blocks
2013-05-28 Anton Khirnovwavpack: remove a useless check.
2013-05-28 Anton Khirnovwavpack: add an error message to a failure.
2013-05-28 Anton Khirnovwavpack: return 0 instead of samples count from decodin...
2013-05-28 Anton Khirnovwavpack: switch to planar output
2013-05-28 Anton Khirnovwavpack: drop redundant if/else blocks
2013-05-28 Anton Khirnovwavpack: remove the subframes codec cap
2013-05-28 Kostya Shishkovsmacker: add a clarification notice about audio decoding
2013-05-27 Kostya ShishkovRevert "smackaud: clip output samples"
2013-05-26 Kostya Shishkovfix scalarproduct_and_madd_int16_altivec() for orders...
2013-05-24 Anton KhirnovMove get_logical_cpus() from lavc/pthread to lavu/cpu.
2013-05-24 Anton Khirnovw32pthreads: move from lavc to compat/
2013-05-24 Yusuke Nakamurah264_parser: Set field_order and picture_structure.
2013-05-24 Yusuke Nakamuraavcodec: Add picture structure information to AVCodecPa...
2013-05-22 Luca Barbatowavpack: check packet size early
2013-05-22 Luca Barbatowavpack: use bytestream2 in wavpack_decode_block
2013-05-22 Janne Grunaumpegvideo: unref buffers in ff_mpeg_unref_picture on...
2013-05-21 Kostya Shishkovproresdec: simplify slice component offsets handling
2013-05-21 Luca Barbatomjpegdec: validate parameters in mjpeg_decode_scan_prog...
2013-05-20 Luca Barbatoljpeg: use the correct number of components in yuv
2013-05-20 Luca Barbatomjpeg: Validate sampling factors
2013-05-19 Janne Grunaumpegvideo: unref old current_picture before allocating...
2013-05-19 Luca Barbatovorbis: fallback to normal division instead of crashing
2013-05-19 Luca Barbatovorbis: simplify the inner loop in setup_classifs
2013-05-19 Luca Barbatovorbis: use normal integer values for iterators
2013-05-19 Luca Barbatovorbis: refactor vorbis_residue_decode_internal
2013-05-19 Jean-Baptiste Kempfwin32: Do not use GetProcAddress when compiled for...
2013-05-18 Luca Barbatowavpack: validate samples size parsed in wavpack_decode...
2013-05-18 Luca Barbatowavpack: return meaningful errors
2013-05-18 Luca Barbatowavpack: K&R formatting cosmetics
2013-05-18 Eli FriedmanEscape 130 (RPL) decoder
2013-05-18 Kostya Shishkovprores: decode alpha plane when it's present
2013-05-17 Anton Khirnovlavc doxy: add avcodec.h to the libavcodec group.
2013-05-17 Luca Barbatojpegls: check the scan offset
2013-05-17 Luca Barbatojpegls: factorize return paths
next