summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* wmall: fix seeking.Ronald S. Bultje2012-03-28
* lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
* dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-28
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
* dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-28
* avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-28
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
* raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje2012-03-27
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-27
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-26
* targa: convert to bytestream2.Ronald S. Bultje2012-03-26
* rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje2012-03-26
* build: ppc: drop stray leftover backslashDiego Biurrun2012-03-26
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-25
* alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-25
* x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-25
* x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-25
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-25
* dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-25
* dpcm: convert to bytestream2.Ronald S. Bultje2012-03-24
* interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-24
* h264: fix memleak in error path.Alexander Strange2012-03-24
* pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-24
* h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-24
* utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-24
* pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-24
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-24
* utvideo: mark output picture as keyframe.Kostya Shishkov2012-03-24
* sunrast: Add support for negative linesize.Aneesh Dogra2012-03-24
* vp8: fix update_lf_deltas in libavcodec/vp8.cJanne Salonen2012-03-24
* ralf: read Huffman code lengths without GetBitContextKostya Shishkov2012-03-24
* rv34: error out on size changes with frame threadingJanne Grunau2012-03-23
* aacsbr: Add a debug check to sbr_mapping.Alex Converse2012-03-23
* aac: Reset some state variables when turning SBR offAlex Converse2012-03-23
* aac: Reset PS parameters on header decode failure.Alex Converse2012-03-23
* aacsbr: handle m_max values smaller than 4.Ronald S. Bultje2012-03-23
* rv34: Handle only complete frames in frame-mt.Janne Grunau2012-03-23
* MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau2012-03-23
* zerocodec: factorize loopMichael Niedermayer2012-03-23
* wmavoice: fix stack overread.Ronald S. Bultje2012-03-22
* wmalossless: error out if a subframe is not used by any channel.Ronald S. Bultje2012-03-22
* vqa: check palette chunk size before reading data.Ronald S. Bultje2012-03-22
* wmalossless: reset sample pointer for each subframe.Ronald S. Bultje2012-03-22
* wmalossless: error out on invalid values for order.Ronald S. Bultje2012-03-22
* pngenc: better upper bound for encoded frame size.Anton Khirnov2012-03-22
* wmall: output packet only if we have decoded some samplesKostya Shishkov2012-03-22
* adxenc: use AVCodec.encode2()Justin Ruggles2012-03-21