281 Commits (377883c4be7a5b27d57737a79d6a58a6af0ae6cd)

Author SHA1 Message Date
Michael Niedermayer 845fb3d4a5 avcodec/options: Make dummy_v?_encoder static 9 years ago
Michael Niedermayer a368920eef avcodec/options: Silence deprecated warning about coded_frame 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
James Almer 3e46c7dbbe avcodec/options-test: don't alloc avctx->coded_frame 9 years ago
Vittorio Giovara f046c3b5ac lavc: Move deprecation warning disabling to files including the table 10 years ago
Lukasz Marek 72732307d9 lavc/options: add test for avcodec_copy_context 10 years ago
Lukasz Marek 8616c5b75a lavc/options: fix leaks in avcodec_copy_context 10 years ago
Lukasz Marek 53b2809f2c lavc/options: don't copy priv context when it is not AVOption object 10 years ago
Lukasz Marek 345cfd04d0 lavc/options: fix leaks in avcodec_free_context 10 years ago
Lukasz Marek 7d75a399a4 lavc/options: fix rc_eq leak 10 years ago
Vadim Kalinsky d1d3904273 avcodec/options: Set AVCodecContext->codec upon initialization. 10 years ago
Lukasz Marek 01974a58df lavc/options: initialize pkt_timebase 10 years ago
Lukasz Marek 4a30277a59 lavc/options: set timecode_frame_start to -1 as option default 10 years ago
Lukasz Marek db2caf0a80 lavc/options: fix shallow copy context 10 years ago
Anton Khirnov a75c2eb25a lavc: make rc_eq into private options of mpegvideo encoders 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 8b686c886c avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_data 11 years ago
Michael Niedermayer e0d0745560 avcodec/options: leave priv_data in avcodec_copy_context() intact 11 years ago
Anton Khirnov fd056029f4 lavc: add avcodec_free_context(). 11 years ago
Michael Niedermayer 97f856a4c2 avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of setting it 11 years ago
Anton Khirnov 3b2fbe67bd lavc: properly handle subtitle_header in avcodec_copy_context() 11 years ago
Anton Khirnov efc7df6c1f lavc: preserve the original private data in avcodec_copy_context() 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Stefano Sabatini d3397c3e82 lavc: remove dead FF_API_ALLOC_CONTEXT API 11 years ago
Michael Niedermayer cba9a40d47 avcodec: free priv_data in avcodec_copy_context() 11 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 11 years ago
Nicolas George ceb33f3aee lavc: copy subtitle_header when copying context. 12 years ago
Michael Niedermayer 2ae91c86f3 avcodec_get_context_defaults3: set codec_id 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Stefano Sabatini 96d815fc0c lavc: add pkt_size field to AVFrame 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 0a0f19b577 lavc: add const to AVCodec* function parameters. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
jamal 938e4470ae options: Fix warning about incompatible pointer type 12 years ago
Michael Niedermayer 6fb7d03d74 lavc: seperate encoder/decoder class category 13 years ago
Michael Niedermayer a5c7525bcb set some categories of some AVClass structs 13 years ago
hakuya 79e5902cf1 Exposing forced flag for DVD and PGS subtitles 13 years ago
hakuya 1f46b50a95 Added AVClass for AVSubtitleRect 13 years ago
Nicolas George 128dda7016 lavc: add a sample_rate field to AVFrame. 13 years ago
Nicolas George 4b0521eca9 lavc: add a channel_layout field to AVFrame. 13 years ago
Anton Khirnov 5626697104 Move AVFormatContext/AVCodecContext option tables to separate files. 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Justin Ruggles 182d4f1f38 libvorbis: fix use of minrate/maxrate AVOptions 13 years ago
Anton Khirnov 23bfcc066d mpegvideo_enc: add quantizer_noise_shaping private option. 13 years ago
Anton Khirnov 16b7557b79 lavc: deprecate AVCodecContext.inter_threshold. 13 years ago
Anton Khirnov 4f07f8196c lavc: deprecate AVCodecContext.color_table_id. 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Anton Khirnov af3d804f9f mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
Anton Khirnov ff71a383ac mpegvideo_enc: add qp_rd flag to mpv_flags. 13 years ago