593 Commits (22e25c002e103e52ace35703423e896b08b51aef)

Author SHA1 Message Date
Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 13 years ago
Michael Niedermayer 475fb67d0b lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_buffer() 13 years ago
Michael Niedermayer 913bc7996e lavc: fix avcodec_get_type() 13 years ago
Michael Niedermayer 08bef053a0 dirac: fix stride alignment 13 years ago
Michael Niedermayer e7f008a534 lavc: Map deprecated codec ids to ours so as to maintain compatibility with the fork. 13 years ago
Michael Niedermayer 67341f6a77 lavc: add PIX_FMT_GBR24P to align_dimensions() 13 years ago
Dustin Brody 5ea0001f9e lavc: translate non-flag-based er options into flag-based ef options at codec open 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
Michael Niedermayer b93cb8383f lavc: add ff_init_buffer_info() 13 years ago
Anton Khirnov d97efd7f87 libx264: support 9- and 10-bit output. 13 years ago
Justin Ruggles 6326afd5e9 avcodec: reject audio packets with NULL data and non-zero size 13 years ago
Jean First 125ea3ee06 Warn the user if lowres > max_lowres, set lowres to max_lowres and continue 13 years ago
Justin Ruggles 9ff6d0791b adpcmenc: Set bits_per_coded_sample 13 years ago
Anton Khirnov 9ecfbb3e57 lavc/utils: move avcodec_init() higher in the file. 13 years ago
Elvis Presley 5554de13b2 ProRes Decoder 13 years ago
Michael Niedermayer 838e36635a avcodec: move "thread emulation" warning to common code 13 years ago
Nicolas George d2d7b7134f lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string. 13 years ago
Nicolas George b3be9f4a88 lavc: add a table of all codecs names. 13 years ago
Anton Khirnov bca06e77e1 lavc: add avcodec_get_type() for mapping codec_id -> type. 13 years ago
Baptiste Coudurier 1d36fb13b0 lavc: fix parentheses placement in avcodec_open2(). 13 years ago
Anton Khirnov 7221139ba0 lavc: make avcodec_init() static on next bump. 13 years ago
Baptiste Coudurier d5d74cf530 100l: fix parentheses placement when checking for ret < 0 13 years ago
Stefano Sabatini fdd130a213 prefer "SAR" over "PAR" in av_dump_format() 14 years ago
Ronald S. Bultje d1cf459119 vp8/mt: flush worker thread, not application thread context, on seek. 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Jason Garrett-Glaser da55ee6ccc Add new yuv444 pixfmts to avcodec_align_dimensions2 14 years ago
Diego Biurrun bb00b15f9e avutil: Remove unused arbitrary precision integer code. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Ronald S. Bultje ceff045dbe utils.c: fix crash with threading enabled. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Alexander Strange a54dceb26a Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
ami_stuff 7a54edaa16 Fail when lowres value is lower than 0 14 years ago
Michael Niedermayer af2f797099 partial revert of 01d3ebaf21 14 years ago
Michael Niedermayer 1bc81bf981 avcodec_find_decoder: prefer non experimental decoders. 14 years ago
Michael Niedermayer 94eadee7ef Merge/split side data. 14 years ago
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