Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics: drop some completely pointless parentheses | Diego Biurrun | 2011-12-07 | 1 | -2/+2 |
| | |||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| | | | | | Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/' | ||||
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -4/+4 |
| | |||||
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -15/+0 |
| | | | | | | AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant. | ||||
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
| | |||||
* | lavdev: improve feedback in case of invalid frame rate/size | Stefano Sabatini | 2011-06-23 | 1 | -2/+2 |
| | | | | | | | | | | Show the invalid string in the error message. While at it also prefer "Could not" over "Couldn't", plain forms are preferred over contractions (simplify readability, especially for non English-savvy people). Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -3/+0 |
| | | | | | | It's simpler and less error-prone. Fixes some memleaks along the way. | ||||
* | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+1 |
| | | | | | This fixes warnings about avcodec_get_pix_fmt_name() being deprecated. Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | libdc1394: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -9/+18 |
| | |||||
* | libdc1394: add a pixel_format private option. | Anton Khirnov | 2011-05-27 | 1 | -1/+13 |
| | |||||
* | libdc1394: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+18 |
| | |||||
* | libdc1394: return meaninful error codes. | Anton Khirnov | 2011-05-27 | 1 | -3/+6 |
| | |||||
* | libdc1394: fix compilation. | Anton Khirnov | 2011-05-26 | 1 | -15/+16 |
| | | | | | Add a forgotten comma and move options/class definition outside of HAVE_LIBDC1394_1. | ||||
* | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
| | |||||
* | libdc1394: add a private option for channel. | Anton Khirnov | 2011-05-25 | 1 | -4/+27 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
| | | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. | ||||
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
| | | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 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 | ||||
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -7/+7 |
| | | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
| | | | | Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
| | | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
| | | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: #include config.h before all other FFmpeg headers. | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
| | | | | Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot ↵ | Alessandro Sappia | 2008-01-11 | 1 | -0/+4 |
| | | | | | | sappia at ngi dot it Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ↵ | Alessandro Sappia | 2008-01-11 | 1 | -19/+184 |
| | | | | | | ngi dot it Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | * fixing a bug preventing default values to be set correctly | Roman Shaposhnik | 2008-01-08 | 1 | -4/+14 |
| | | | | Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -0/+193 |
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk |