summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1enc.c
Commit message (Collapse)AuthorAgeFilesLines
* ffv1enc: check for malloc failureMichael Niedermayer2013-02-051-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1enc: fix gbrp>8bitMichael Niedermayer2013-01-251-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1enc: include correct headerPaul B Mahol2013-01-231-1/+1
| | | | | | Encoder needs put_bits.h, not get_bits.h Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3Michael Niedermayer2012-12-051-1/+2
| | | | | | | | the default is still 4 slices for any resolution, this just allows the user to force 1 slice. This in my quick test improves compression by 1% for a 320x240 sample Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1enc: consider 2pass float rounding, fix loopMichael Niedermayer2012-11-161-1/+1
| | | | | Found-by: "Peter B." <pb@das-werkstatt.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer2012-10-211-34/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd': doc/platform: Add info on shared builds with MSVC doc/platform: Move a caveat down to the notes section ARM: reinstate optimised intmath.h ffv1: update to ffv1 version 3 Conflicts: doc/platform.texi libavcodec/ffv1.c libavcodec/ffv1.h libavcodec/ffv1dec.c libavcodec/ffv1enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffv1: update to ffv1 version 3Luca Barbato2012-10-201-100/+331
| | | | | | | | Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
* | Merge commit '4a2a4524a3f50ed302820ba971ddd48e78c7436f'Michael Niedermayer2012-10-211-10/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '4a2a4524a3f50ed302820ba971ddd48e78c7436f': ffv1: propagate errors Conflicts: libavcodec/ffv1dec.c libavcodec/ffv1enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffv1: propagate errorsLuca Barbato2012-10-201-13/+13
| |
* | Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'Michael Niedermayer2012-10-211-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit '71f7b22dba60524b2285643ae0b49d8f64977129': ffv1: split decoder and encoder Conflicts: libavcodec/Makefile libavcodec/ffv1.c libavcodec/ffv1.h libavcodec/ffv1dec.c libavcodec/ffv1enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffv1: split decoder and encoderLuca Barbato2012-10-201-0/+871
|
* ffv1: split decoder and encoderMichael Niedermayer2012-10-211-0/+1142
This is not based on lucas work due to code divergence (its less work this way than trying to merge from a split based on 2 years outdated code) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud