38837 Commits (61b203ffe6c71789acb14f51483d63fe9e516842)
 

Author SHA1 Message Date
Sean McGovern 61b203ffe6 configure: detect Solaris libc 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Anton Khirnov d4f1188d1a dv: use AVFrame API properly 11 years ago
John Stebbins c9ca220ef2 ac3dec: make drc_scale exponentially 11 years ago
Anton Khirnov 37a749012a lavc: rework handling of refcounted_frames=0 11 years ago
Anton Khirnov df7aba52b5 frame: cosmetics, reindent 11 years ago
Anton Khirnov c342132fa8 frame: copy flags in av_frame_copy_props() 11 years ago
Anton Khirnov a1ee164869 lavc/decode_video(): always unref the frame if there is no output in decode_video 11 years ago
Anton Khirnov 85f947aefb lavc: remove a pointless check in decode_audio4() 11 years ago
Anton Khirnov d4f0f2d1e8 lavc: use buf[0] instead of data[0] as the indicator of an allocated frame 11 years ago
Anton Khirnov e5419709f5 lavc: remove the extended_data workarounds. 11 years ago
Anton Khirnov d351ef47d0 pthread_frame: use the AVFrame API properly. 11 years ago
Anton Khirnov b605b123ef mxpegdec: use the AVFrame API properly. 11 years ago
Anton Khirnov afa21a12bf p*menc: use the AVFrame API properly. 11 years ago
Anton Khirnov e2274aa555 mjpegdec: use the AVFrame API properly. 11 years ago
d s f0b234ab9e avformat: AviSynth demuxer rewrite 11 years ago
Diego Biurrun 19c20a0a1a configure: Move adding of compat objects out of libc detection 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Diego Biurrun 120797e2ef configure: Separate MinGW32 and MinGW64 libc handling 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
Michael Niedermayer b6a9719941 dcadec: Decode LFE to avoid adding random data when downmixing with LFE 11 years ago
Justin Ruggles d085f80fa1 webp: add a special case for a huffman table with only 1 symbol 11 years ago
Justin Ruggles f51e3a1971 webp: do not call av_frame_free() on the user-provided frame 11 years ago
Anton Khirnov b73a8922d8 ljpegenc: split yuv encoding into a separate function 11 years ago
Anton Khirnov fa4476815d ljpegenc: split bgr encoding into a separate function 11 years ago
Anton Khirnov daffed3b17 ljpegenc: accept bgr24 instead of bgra 11 years ago
Anton Khirnov 0cdbc4d393 ljpegenc: rename the encoding function. 11 years ago
Anton Khirnov 72c0b8f724 ljpeg: remove a commented-out line 11 years ago
Anton Khirnov 24abd806ea ljpegenc: deMpegEncContextize 11 years ago
Anton Khirnov 86eb2eaac6 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() 11 years ago
Anton Khirnov 3360ad9955 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() 11 years ago
Anton Khirnov 058d5f2feb mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() 11 years ago
Anton Khirnov 6d70639c7d mjpegenc: do not pass MpegEncContext to jpeg_table_header() 11 years ago
Anton Khirnov e1eaaec765 mjpegenc: remove commented out never-to-be-finished WIP cruft 11 years ago
Anton Khirnov ff506c75b7 mjpegenc: do not pass MpegEncContext to put_huffman_table() 11 years ago
Anton Khirnov a1ba1f20b3 mjpegenc: cosmetics, reformat jpeg_put_comments() 11 years ago
Anton Khirnov 0812f5a40a mjpegenc: write the JFIF header if the sample aspect ratio is set 11 years ago
Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
Anton Khirnov 58a868968d FATE: drop the last partial frame in the wmv8-drm test 11 years ago
Anton Khirnov ac1fc92ea4 vc1dec: move setting repeat_pict after frame_start() has been called. 11 years ago
Anton Khirnov 282c6a1a0e mpegvideo: make ff_release_unused_pictures() static 11 years ago
Anton Khirnov c99307caee mpegvideo: make frame_size_alloc() static. 11 years ago
Anton Khirnov 0b0a7a751d mpegvideo: move encode-only parts of common_end() to encode_end() 11 years ago
Anton Khirnov d0d111d059 mpegvideo: remove commented out cruft from ff_MPV_frame_end() 11 years ago
Anton Khirnov 381a722562 mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separate function 11 years ago
Anton Khirnov b7254288d2 mpegvideo: do not update last_non_b_pict_type in update_thread_context() 11 years ago
Anton Khirnov 1f8eb69079 mpegvideo: move encoding-only initialization from common_init() to encode_init() 11 years ago
Anton Khirnov bedf952bb8 mpegvideo: move setting encoding-only vars from common_defaults() to encode_defaults() 11 years ago
Anton Khirnov 2cab011f0f mpegvideo: don't copy input_picture_number in update_thread_context() 11 years ago
Anton Khirnov ff7ffe4809 mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext 11 years ago