26700 Commits (8443b27072a076abb28d7f2f60bc90e1d5c285df)

Author SHA1 Message Date
Michael Niedermayer 8443b27072 avcodec/j2kenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 1458f0647c avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 5b3f4b3ef5 avcodec/mjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer c81234651f avcodec/msvideo1enc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer fca7943850 avcodec/diracdec: avoid depending on sizeof(AVFrame) 11 years ago
Michael Niedermayer c5f7c8f9a9 avcodec/svq3: set last/next frames to defaults before use 11 years ago
Michael Niedermayer 5abdda214d avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame() 11 years ago
Michael Niedermayer 6aed7bfd84 avcodec: use av_frame_unref() to set frame defaults 11 years ago
Michael Niedermayer 745c40a47f avcodec/gifdec: check that the correct number of bytes was decoded 11 years ago
Michael Niedermayer ec464c9683 avcodec/utils: av_register_codec & hwaccel() that work in O(1) time 11 years ago
Torsten Jager 48d39c8786 avcodec/libx264: Set colorspace details correctly 11 years ago
Michael Niedermayer a8d702859b avcodec/mlpdec: check that streamtype matches the codec 11 years ago
Michael Niedermayer e2742d6ad6 avcodec/wmalosslessdec: completely initialize contains_subframe 11 years ago
Tomer Barletz fe285b04bb avcodec/mpeg12dec: Don't create side data when current picture ptr is NULL. 11 years ago
Michael Niedermayer e838c9852e avcodec/bink: use av_mallocz for data 11 years ago
Michael Niedermayer 61edda9a4a avcodec/msmpeg4dec: initialize dir_ptr in error cases 11 years ago
Michael Niedermayer 81230e2612 avcodec/msmpeg4dec: print error in case of invalid vlc in msmpeg4_decode_dc for version <=2 11 years ago
Michael Niedermayer b2361cfb94 avcodec/svq3: cleanup context in case init fails 11 years ago
Ronald S. Bultje 8d4c616fc0 vp9/x86: idct_add_16x16_ssse3. 11 years ago
Michael Niedermayer 2224159c78 avcodec/vc1: fix DIFF2/NORM2 with width<=16 11 years ago
Michael Niedermayer c9f72e4b81 avcodec/vc1dec: fix mby_start for interlaced content 11 years ago
Michael Niedermayer 017e234c20 avcodec/vc1: fix mb_height for field pictures 11 years ago
Marton Balint 97f880e7a9 libzvbi-teletextdec: set bitmap teletext canvas dimensions 11 years ago
Marton Balint c77e0c2130 libzvbi-teletextdec: add chopped top row size to y offset 11 years ago
Marton Balint 249a435989 libzvbi-teletextdec: use defined constants for bitmap char width and height 11 years ago
Marton Balint b50968169d libzvbi-teletextdec: cosmetics 11 years ago
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