26672 Commits (2cfe70ff3eb9506225e800769b883a9cee93957c)

Author SHA1 Message Date
Michael Niedermayer 2cfccd8060 avcodec/vc1: Factorize imode enum out / remove duplication 11 years ago
Guillaume Martres ecb21d2437 hevc: rename ptl structs and variables 11 years ago
Guillaume Martres c90cdf4b64 hevc: pack PTL representation using uint8_t 11 years ago
Guillaume Martres 8e72e19f64 hevc: remove unused PTL flags 11 years ago
Guillaume Martres dddc9b7a8e hevc: don't check for errors in PTL code 11 years ago
Guillaume Martres c6afd0aacc hevc: fix PTL parsing 11 years ago
Michael Niedermayer 48016f8feb avcodec/vc1dec: propagate errors from vc1_parse_sprites() 11 years ago
Michael Niedermayer 5f00b333a4 avcodec/vc1dec: zero SpriteData struct 11 years ago
Michael Niedermayer cf95dee3de avcodec/vc1dec: dont calculate unused values from uninitialized sprites 11 years ago
Michael Niedermayer 0c23ee1312 avcodec/mjpegdec: use mallocz for progressive blocks 11 years ago
Pierre Yves MORDRET 0f02ea0afe libavcodec/dvbsub: fix for Display Definition Segment 11 years ago
Diego Biurrun 79d9884e95 build: Merge pthreads/w32threads OBJS declarations 11 years ago
Michael Niedermayer 180a0b1bcb avcodec/hevc_sei: fix use of uninitialized variables in decode_nal_sei_frame_packing_arrangement() 11 years ago
Martin Storsjö 35686a289f mp3adu: Set the channel layout properly 11 years ago
Anton Khirnov d7b3ee9a3a lavc: deprecate avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 598ce4ab4f h264: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 48d17ee6dc api-example: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 2d1f4288dd mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov b06c8bce02 mpegvideo: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 95a8a5aca6 lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 9431356218 lavc: deprecate avcodec_free_frame() 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Guillaume Martres 17a10d51b8 hevc: set time_base when possible 11 years ago
Gildas Cocherel 33452aede6 hevc: store the VPS list as an AVBufferRef, just like the others *PS 11 years ago
Michael Niedermayer b769cf4b44 hevc: do not dereference pointer before NULL check in verify_md5() 11 years ago
Michael Niedermayer b6eee405ff avcodec/utils: Print warning if avcodec_set_dimensions() failed 11 years ago
Michael Niedermayer 0f65503799 avcodec/bitstream: remove unused variable 11 years ago
Michael Niedermayer 42874666a6 avcodec/snowdec: check av_frame_ref() return value 11 years ago
Michael Niedermayer 11679e1b90 avcodec/pthread_frame: Fix memleak of AVCodecContext on error 11 years ago
Michael Niedermayer 81ed7efbe2 avcodec/indeo3: check the return code of ff_set_dimensions() 11 years ago
Michael Niedermayer d9339ab553 avcodec/h264: fix code that blindly dereferences NULL DPB 11 years ago
Michael Niedermayer e23b18321f avcodec/hnm4video: change width/height to int 11 years ago
Michael Niedermayer 3af9d8269e avcodec/g2meet: check the return code of ff_set_dimensions() 11 years ago
Michael Niedermayer 7fa9f7ef1c dvdsub_parse_extradata: fix memleak 11 years ago
Guillaume Martres f90281ca97 hevc: Correctly set time_base 11 years ago
Guillaume Martres 679a6377e4 hevc: avoid some unnecessary differences with libav 11 years ago
Michael Niedermayer 6026a5ad4f sonic: Switch to rangecoder 11 years ago
Michael Niedermayer c61daa68e4 avcodec/sonic: add larger version and minor_version fields with version >= 2 11 years ago
Michael Niedermayer 4c32629b82 avcodec/sonic: move version to the context 11 years ago
Michael Niedermayer ec4d761c74 avcodec/sonic: fix memleaks 11 years ago
Michael Niedermayer 8477e63d3c sonic: use M_SQRT2 11 years ago
Reinhard Tartler 2a0fb7286d alsdec: check block length 11 years ago
Michael Niedermayer 8e5a2989a3 avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at codec open time 11 years ago
Michael Niedermayer 0e575c24d6 ffv1.4: use 2 coefficients for calculating the Y plane in the RCT 11 years ago
Michael Niedermayer 2bdda9a15c avcodec/ffv1enc: fix use of uninitalized variable in choose_rct_params() 11 years ago
Michael Niedermayer 985c5f226a avcodec/utils: check that extended data has been set correctly instead of forcing it in avcodec_decode_video2() 11 years ago
Michael Niedermayer 7102083a26 avcodec/libutvideodec: free coded_frame with av_frame_free() instead if av_free* 11 years ago
Michael Niedermayer 4c1b4ae1ba avcodec/libutvideodec: use av_frame_move_ref() 11 years ago
Michael Niedermayer 999ee28124 avcodec/utils: dont depend on the channel layout in unrefcount_frame() 11 years ago
Vittorio Giovara acb77dff6a hevc: parse frame packing arrangement SEI messages and save relevant stereo3d information 11 years ago