Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -2/+2 |
| | | | | Deprecate avcodec_get_chroma_sub_sample. | ||||
* | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -20/+20 |
| | |||||
* | tiffenc: Check av_malloc() results. | Alex Converse | 2012-10-01 | 1 | -1/+15 |
| | |||||
* | tiffenc: Simplify pixel format setup using AVPixFmtDescriptor. | Alex Converse | 2012-10-01 | 1 | -23/+17 |
| | |||||
* | tiffenc: Add support for little endian RGB48 and GRAY16 | Alex Converse | 2012-09-19 | 1 | -3/+19 |
| | |||||
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ↵ | Martin Storsjö | 2012-04-07 | 1 | -6/+6 |
| | | | | | | others Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+4 |
| | | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | tiffenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -13/+22 |
| | |||||
* | tiffenc: properly forward error codes in encode_frame(). | Anton Khirnov | 2012-02-23 | 1 | -12/+12 |
| | |||||
* | lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft. | Anton Khirnov | 2012-01-27 | 1 | -16/+0 |
| | |||||
* | tiffenc: deprecate using compression_level | Anton Khirnov | 2011-11-24 | 1 | -0/+6 |
| | |||||
* | tiffenc: add a private option for selecting compression algorithm | Anton Khirnov | 2011-11-23 | 1 | -1/+25 |
| | |||||
* | tiffenc: initialize forgotten avctx. | Jean First | 2011-10-12 | 1 | -0/+1 |
| | |||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+5 |
| | | | | It's more readable and less prone to breakage. | ||||
* | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 1 | -1/+2 |
| | |||||
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use lzw compression in gif encoder | Baptiste Coudurier | 2009-12-03 | 1 | -2/+4 |
| | | | | Originally committed as revision 20723 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
| | | | | | | Makes no difference for gcc but at least icc can put them in .rodata then. Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
| | | | | Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
| | | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
| | | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
| | | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | set coded_frame | Michael Niedermayer | 2008-05-28 | 1 | -0/+1 |
| | | | | Originally committed as revision 13492 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
| | | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -2/+2 |
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add a missing comma in tiff_encoder.pix_fmts | Stefano Sabatini | 2008-04-08 | 1 | -1/+1 |
| | | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix warning: | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
| | | | | | | libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression Originally committed as revision 11817 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
| | | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix tiff regression test (bitexact flag was ignoredwhich caused the | Michael Niedermayer | 2007-04-14 | 1 | -0/+2 |
| | | | | | | LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: Fix indentation. | Diego Biurrun | 2007-04-13 | 1 | -2/+2 |
| | | | | Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: indentation | Diego Biurrun | 2007-04-11 | 1 | -1/+1 |
| | | | | Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ↵ | Michael Niedermayer | 2007-04-07 | 1 | -2/+21 |
| | | | | | | edu pl) Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) | Kamil Nowosad | 2007-04-06 | 1 | -3/+73 |
| | | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad ↵ | Kamil Nowosad | 2007-04-06 | 1 | -7/+7 |
| | | | | | | students mimuw edu pl Originally committed as revision 8637 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | remove compound literals gcc 2.95 doesnt support taking an address of a ↵ | Michael Niedermayer | 2007-04-05 | 1 | -8/+15 |
| | | | | | | | | | compound literal and the current code was my fault as i suggested the student to use compound literals beliving gcc 2.95 supports them completely ... Originally committed as revision 8629 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. | Diego Biurrun | 2007-04-04 | 1 | -0/+5 |
| | | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 1 | -0/+359 |
Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk |