summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-0118-50/+38
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-018-51/+67
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-0128-42/+42
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-016-690/+734
* lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-011-0/+6
* h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-011-6/+11
* aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-012-14/+20
* huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-011-1/+1
* lcl: return negative error codes on decode_init() errors.Ronald S. Bultje2012-03-011-7/+7
* h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-014-1/+80
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-013-1/+28
* nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-291-8/+8
* amrnbdec: check frame size before decoding.Vitor Sessak2012-02-291-0/+8
* cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje2012-02-291-2/+2
* h264: prevent overreads in intra PCM decoding.Ronald S. Bultje2012-02-291-0/+2
* mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-291-0/+7
* vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-291-0/+1
* libvorbis: add/update error messagesJustin Ruggles2012-02-291-9/+19
* libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-291-18/+17
* libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-291-4/+0
* libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-291-7/+15
* libvorbis: use float input instead of s16Justin Ruggles2012-02-291-3/+3
* libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-291-1/+4
* libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-291-2/+12
* libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-292-5/+5
* libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles2012-02-291-109/+115
* (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-295-0/+20
* ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles2012-02-291-6/+11
* rpza: error out on buffer overreads.Ronald S. Bultje2012-02-291-0/+4
* qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-291-1/+1
* dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-291-1/+2
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-292-3/+7
* proresenc: correct edge emulationPhil Barrett2012-02-291-7/+7
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-292-25/+53
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-294-11/+17
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-293-4/+9
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-293-1/+8
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-294-5/+17
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-296-7/+14
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-294-9/+18
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-294-3/+9
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-2911-2/+68
* aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-281-0/+14
* aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-281-70/+70
* vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-282-1/+10
* adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-281-7/+7
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-283-8/+0
* Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-281-1/+8
* msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-281-3/+1
* aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-271-2/+1
OpenPOWER on IntegriCloud