229 Commits (325fb246f257547b56c39c545fc193e40fe5b590)

Author SHA1 Message Date
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
Anton Khirnov a249f0cc23 mpegvideo_enc: add strict_gop flag to mpv_flags. 13 years ago
Anton Khirnov ed019b8e5b lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
Diego Biurrun 0bf184e59c Move PS2 MMI code below the mips subdirectory, where it belongs. 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Joseph Artsimovich 950930b461 Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). 13 years ago
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
Anton Khirnov ac84395d6a lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
Anton Khirnov 99ace37e68 lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft. 13 years ago
Anton Khirnov b9de160c3e lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft. 13 years ago
Anton Khirnov 491f443e1f lavc: remove disabled FF_API_ER cruft. 13 years ago
Anton Khirnov f326501a65 lavc: remove disabled FF_API_DRC_SCALE cruft. 13 years ago
Anton Khirnov ec104eef51 lavc: remove disabled FF_API_ALLOC_CONTEXT cruft. 13 years ago
Anton Khirnov 0dc6bab092 lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft. 13 years ago
Anton Khirnov 7831a7e4ec lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft. 13 years ago
Anton Khirnov 9ce2a91b84 lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 13 years ago
Anton Khirnov 7232bfbd93 lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft. 13 years ago
Anton Khirnov 041cd5a0c5 lavc: remove the deprecated "ab" option. 13 years ago
Michael Niedermayer 2478612fc0 lavc: Mark the err_detect constants as audio+video as they also apply to audio. 13 years ago
Michael Niedermayer 44d4fe9dad error_detection: put the old error detection constants back. 13 years ago
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Dustin Brody f88949214c lavc: rename err_filter option to err_detect and document it 13 years ago
Anton Khirnov a29c25a9b2 lavc: ifdef out parse_only AVOption 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Janne Grunau e4e30256f8 threads: default to automatic thread count detection 13 years ago
Janne Grunau c32e4029d9 options: set minimum for "threads" to zero 13 years ago
Michael Niedermayer fef411ef3b lavc: Add a AVClass for AVFrames. 13 years ago
Clément Bœsch b1ca5634fd mpeg12: raise timecode to codec context. 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 13 years ago
Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 13 years ago
Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 13 years ago
Martin Storsjö c38404ee1a libx264: Set the default of the rc_lookahead option to -1 13 years ago
Martin Storsjö adc85ce20b avcodec: Set flags2 default value depending on availability 13 years ago
Martin Storsjö cae4f4b77e avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 13 years ago