624 Commits (3132999fdb57d8d3ba5e08a4dc1b3661e885c04d)

Author SHA1 Message Date
Michael Niedermayer f0e90e0035 lavc: make 100 the base for the micro version number. 13 years ago
Martin Storsjö f13db94d0a libavcodec: Apply parameter change side data when decoding audio 13 years ago
Michael Niedermayer c3846e3eba lavc: Do not fail audio decoding if user has set a custom get_buffer. 13 years ago
Rafaël Carré 37c0dc626d lavc: always align height by 32 pixel 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Michael Niedermayer 83b46713f0 lavc: Check codec_ids against insertion/removial typos 13 years ago
Michael Niedermayer f39258d587 lavc: set pkt_?ts to NOPTS in get_frame_defaults. 13 years ago
Michael Niedermayer 41c2bbaac6 lavc: use hexadecimal debug print for showing err_recognization values. 13 years ago
Mans Rullgard a09bb3ba5e lavc: avoid invalid memcpy() in avcodec_default_release_buffer() 13 years ago
Sjoerd Simons f32fd31858 g722: Change bits per sample to 4 13 years ago
Michael Niedermayer 7a5eb40ea1 audeo_get_buffer: fix pkt_pos 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 560f773c7d avcodec: change number of plane pointers from 4 to 8 at next major bump. 13 years ago
Michael Niedermayer 77af2672b4 lavc: Fix side data handling for audio decoders. 13 years ago
Michael Niedermayer fd3e75d2d4 lavc: horizontal align for IFF 13 years ago
Michael Niedermayer 4b4a02b847 lavc: dont call set_dimensions() on h264 codec init. 13 years ago
Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 13 years ago
Michael Niedermayer c88bdafe25 lavc: translate FF_ER_EXPLODE to AV_EF_EXPLODE|COMPLIANT 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Michael Niedermayer 7fbe87c079 lavc: remove incorrect mapping between semantically incompatible error recognization values and flags. 13 years ago
Michael Niedermayer 02bd11e969 lavc: Add AV_EF flags to restore support for the error_resilience framework in the new API. 13 years ago
Michael Niedermayer 33feba3abf Revert "lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_buffer()" 13 years ago
Michael Niedermayer ac3c895d93 Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue" 13 years ago
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