476 Commits (7851eb68c60e61497ec715f28f071c1527de1d38)

Author SHA1 Message Date
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard b4668274b9 Remove incorrect return statement from avcodec_thread_free() 14 years ago
Mans Rullgard 9a77a92c2b Fix build with threading disabled 14 years ago
Reimar Döffinger 2cfa2d9258 check sample_fmt in avcodec_open 14 years ago
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Nicolas George 62ecd3635a Set pkt_pts in avcodec_default_reget_buffer() 14 years ago
Diego Elio Pettenò bb875b75ba Make the ff_lockmgr_cb function pointer static to utils.c 14 years ago
Janne Grunau db323491cd update av_log_missing_feature() to git 14 years ago
Aurelien Jacobs e83c716e16 don't complain about codec type/id mismatche for attachment streams 14 years ago
Anssi Hannula 2a81f4bde5 Show profile in avcodec_string(). 14 years ago
Michael Niedermayer 1919feafb1 Add pkt_dts to AVFrame, this will in the future allow multithreading decoders 14 years ago
Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 years ago
Anssi Hannula 060ec0a829 Add av_get_profile_name() to get profile names. 14 years ago
Aurelien Jacobs f19c58b4cf free subtitle_header before overwriting it to avoid memleak 14 years ago
Anatoly Nenashev ba68d9d3e1 Fix -lowres with ffplay. 14 years ago
Michael Niedermayer 372c3f82b7 Change the argument of memory allocation functions from unsigned int to size_t 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Reimar Döffinger 00d1e96bf4 H.264 decode: support cropping up to 28 pixels in interlaced mode. 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Stefano Sabatini 6f84cd1279 Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and 14 years ago
Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 14 years ago
Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 14 years ago
Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 14 years ago
Michael Niedermayer dc51a72ba4 Move allocation and init to defaults of the private codec contexts to avcodec_get_context_defaults3(). 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Reimar Döffinger 82eac2f321 Check avctx width/height more thoroughly (e.g. all values 0 except width would 14 years ago
Carl Eugen Hoyos 527c91e34a Test lowres before codec init. 14 years ago
Martin Storsjö 535cb0434d Allow the lowres option to affect audio codecs, too 14 years ago
Stefano Sabatini 9d2e0ad824 Remove use of deprecated functions av_image_fill_pointers/linesizes in 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini bf176f58b7 Deprecate avcodec_check_dimensions() in favor of the new function 14 years ago
Stefano Sabatini 05236ed735 Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, 15 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Reimar Döffinger 8b834ac5d9 100l, change avsubtitle_free to the actually tested and working version. 15 years ago
Reimar Döffinger e1d7c8831c Add avsubtitle_free function. 15 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Måns Rullgård 25cbc8b46e Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini ab0b53786b Make avcodec_string() use av_get_codec_tag_string(). 15 years ago
Stefano Sabatini 7e566bbe6c Implement av_get_codec_tag_string() and use it in ffprobe. 15 years ago
Jai Menon 3491a9b266 Cosmetics : Fix typo. 15 years ago
Janne Grunau 93ebfeea90 Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. 15 years ago