532 Commits (007f773942e5c8f39e9ad880d8e7e71f8f3bf7d2)

Author SHA1 Message Date
Michael Niedermayer 01d3ebaf21 AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame reordering is used. 14 years ago
Michael Niedermayer a3bc7a9ebf avcodec_default_get_buffer: init picture parameters. 14 years ago
Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Baptiste Coudurier 299cbe2c9b PIX_FMT_422P10 support 14 years ago
Stefano Sabatini 18ded93ab3 lavc: add format field to AVFrame 14 years ago
Stefano Sabatini 22333a6b19 lavc: add width and height fields to AVFrame 14 years ago
JULIAN GARDNER 423986fc09 Allow encodiing empty subtitles. 14 years ago
Stefano Sabatini 77e9dee8ae lavc: add a sample_aspect_ratio field to AVFrame 14 years ago
Stefano Sabatini 1ba5727242 lavc: add a pkt_pos field to AVFrame 14 years ago
Stefano Sabatini d5551265f3 lavc: remove disabled avcodec_decode_video() code 14 years ago
Diego Biurrun 3fd3632ffe Simplify av_log_missing_feature(). 14 years ago
Justin Ruggles 688b09fa59 If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is 14 years ago
Justin Ruggles 168f9e8c40 If AVCodecContext.channel_layout and AVCodecContext.channels are both 14 years ago
Justin Ruggles 3dfc3e70c0 cosmetics: indentation 14 years ago
Justin Ruggles 8b00ab0113 Check AVCodec.supported_samplerates and AVCodec.channel_layouts in 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Diego Biurrun 44f566b79a Make av_log_ask_for_sample() accept a variable number of arguments. 14 years ago
Anton Khirnov 65af48b559 lavc: provide deprecated avcodec_thread_init until next major version 14 years ago
Justin Ruggles 31d76ec288 In avcodec_open(), set return code to an error value only when an error occurs 14 years ago
Anton Khirnov 3453a231a6 lavc: remove misc disabled cruft. 14 years ago
Anton Khirnov db4d3a7421 lavc: remove the FF_API_SUBTITLE_OLD cruft. 14 years ago
Anton Khirnov e89e5afdd0 lavc: remove the FF_API_VIDEO_OLD cruft. 14 years ago
Anton Khirnov 9b4f1cdb6a lavc: remove the FF_API_AUDIO_OLD cruft. 14 years ago
Diego Biurrun f0a41afd8a Replace mplayerhq.hu URLs by libav.org. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Martin Storsjö 029f966c3a g722: Return 8 bits per sample for g722 in av_get_bits_per_sample 14 years ago
Oskar Arvidsson dc172ecc6e Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson d4497f6dfb Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Alexander Strange ba9ef8d04e Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
Reimar Döffinger 46027c7286 Unbreak avcodec_thread_init 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 14 years ago
Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Johan Andersson 21de920472 Update the url to the site website and change ffmpeg-devel to libav-devel 14 years ago
Michael Niedermayer ad82bf9ce0 Move guess_correct_pts() under got_picture_ptr. 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard 952f231588 Remove incorrect return statement from avcodec_thread_free() 14 years ago
Mans Rullgard ee5bb31f99 Fix build with threading disabled 14 years ago
Reimar Döffinger 7ade06cc2e check sample_fmt in avcodec_open 14 years ago
Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 14 years ago
Mans Rullgard b4668274b9 Remove incorrect return statement from avcodec_thread_free() 14 years ago