summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-02
* mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl2012-03-01
* mjpegdec: use correct variable in av_log invocationDiego Biurrun2012-03-01
* rmdec: adjust printf format string specifier to fix warningDiego Biurrun2012-03-01
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-01
* lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-01
* h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-01
* aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-01
* huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-01
* lcl: return negative error codes on decode_init() errors.Ronald S. Bultje2012-03-01
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-01
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-01
* nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-29
* amrnbdec: check frame size before decoding.Vitor Sessak2012-02-29
* cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje2012-02-29
* h264: prevent overreads in intra PCM decoding.Ronald S. Bultje2012-02-29
* FATE: do not decode audio in the nuv test.Justin Ruggles2012-02-29
* dxa: set audio stream time base using the sample rateJustin Ruggles2012-02-29
* psx-str: do not allow seeking by bytesJustin Ruggles2012-02-29
* asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles2012-02-29
* vqf: set packet parameters after av_new_packet()Justin Ruggles2012-02-29
* mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-29
* FATE: add mp3 test for sample that exhibited false overreadsJustin Ruggles2012-02-29
* fate: add cdxl test for bit line plane arrangementPaul B Mahol2012-02-29
* vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-29
* libvorbis: add/update error messagesJustin Ruggles2012-02-29
* libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-29
* libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-29
* libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-29
* libvorbis: use float input instead of s16Justin Ruggles2012-02-29
* libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-29
* libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-29
* libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-29
* libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles2012-02-29
* (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-29
* ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles2012-02-29
* rpza: error out on buffer overreads.Ronald S. Bultje2012-02-29
* qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-29
* swscale: fix another integer overflow.Ronald S. Bultje2012-02-29
* dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-29
* rtpenc: Fix setting the max packet sizeMartin Storsjö2012-02-29
* Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov2012-02-29
* mp3enc: write attached pictures (APIC).Anton Khirnov2012-02-29
* mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov2012-02-29
* id3v2enc: add a function for writing attached pictures.Anton Khirnov2012-02-29
* id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov2012-02-29