summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Collapse)AuthorAge
...
| * dpxenc: switch to encode2().Anton Khirnov2012-02-17
| |
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
| |
| * dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
| | | | | | | | 10l to the one who hasn't checked this.
* | dpxenc: Dont store lavc indent when bitexact is set.Michael Niedermayer2012-01-17
| | | | | | | | | | | | This avoids fate breakage from bumping version. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support rgb64 dpx encoding.Carl Eugen Hoyos2012-01-16
| |
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
| |
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ALPHA: Replace sized int_fast integer types with plain int/unsigned. Duplicate DPX image encoder Duplicate DPX decoder: read sample aspect ratio Duplciate DPX decoder: add buffer size checks. ac3enc: clip large coefficient values and negative exponents rather than using av_assert2(). ac3enc: do not store a bandwidth code for each channel. ac3enc: remove bandwidth reduction as fallback for bit allocation failure. ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy() ac3enc: return error if frame+exponent bits are too large instead of using av_assert2(). ac3enc: differentiate between current block and reference block in bit_alloc() ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based on exponent group sizes. ac3enc: simplify stereo rematrixing decision options Include both URLs: Update URL to fate samples Conflicts: Changelog doc/fate.txt libavcodec/ac3enc.c libavcodec/dpxenc.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * DPX image encoderPeter Ross2011-05-01
|
* dpx:fix typoMichael Niedermayer2011-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cosmetics: indentationPeter Ross2011-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dpx encoder: support 10-bit packing methodPeter Ross2011-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DPX image encoderPeter Ross2011-04-01