aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'f726fc21ef76a8ba3445448066f7b2a687fbca16'Michael Niedermayer2015-02-011-0/+5
|\ | | | | | | | | | | | | | | | | | | * commit 'f726fc21ef76a8ba3445448066f7b2a687fbca16': ogg: Provide an option to offset the serial number Conflicts: libavformat/oggenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ogg: Provide an option to offset the serial numberLuca Barbato2015-02-011-0/+5
| | | | | | | | | | The ogg serial number doubles as codec id and sequence value for concatenated samples.
* | examples/demuxing_decoding: set stream_idx in open_codec_context only if no ↵Andreas Cadhalpun2015-01-311-3/+4
| | | | | | | | | | | | | | error occured Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | remove libmpcodecsPaul B Mahol2015-01-311-29/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/indevs/libcdio: apply minor spell fixes, extend documentationStefano Sabatini2015-01-311-3/+30
| |
* | lavfi: remove mp=softpulldownPaul B Mahol2015-01-301-1/+0
| | | | | | | | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/muxers/segment: document strftime optionStefano Sabatini2015-01-301-2/+9
| | | | | | | | It was added in commit 202947a0665ea523022afb0a6c50eed96bcd6b69.
* | doc/indevs: add some XCB info to x11grabLou Logan2015-01-291-6/+17
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini2015-01-292-2/+34
| | | | | | | | | | That part is a constant source of confusions for readers, this should help clarify the apparently inverted logic.
* | lavfi: document assumptions about the input and output labels of a filter ↵Stefano Sabatini2015-01-291-0/+4
| | | | | | | | graph description
* | doc/filters: apply some updates to the Filtergraph syntax sectionStefano Sabatini2015-01-291-4/+5
| |
* | doc/fftools-common-opts: update/extend documentation for -opencl_bench optionManeesh Gupta2015-01-281-2/+35
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-271-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '728685f37ab333ca35980bd01766c78d197f784a': Add a side data type for audio service type. Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/frame.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+4
| | | | | | | | | | Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
* | Merge commit '3a70c0c95feacb3844d05eebd579fc8189a77eee'Michael Niedermayer2015-01-271-0/+13
|\| | | | | | | | | | | | | * commit '3a70c0c95feacb3844d05eebd579fc8189a77eee': examples/transcode_aac: generate proper PTS and set the muxer timebase Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger2015-01-271-0/+13
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e'Michael Niedermayer2015-01-271-1/+1
|\| | | | | | | | | | | | | * commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e': examples/transcode_aac: fix a typo Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * examples/transcode_aac: fix a typoAndreas Unterweger2015-01-271-1/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761'Michael Niedermayer2015-01-271-7/+9
|\| | | | | | | | | | | | | * commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761': examples/transcode_aac: properly select the output sample format Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * examples/transcode_aac: properly select the output sample formatAndreas Unterweger2015-01-271-7/+9
| | | | | | | | | | | | Makes the example work with all the supported AAC encoders. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * doc/platform: Reference only MSYS2 and MinGW-w64Derek Buitenhuis2015-01-211-6/+7
| | | | | | | | | | | | | | It's better to steer users at these, since they are both better and more alive than the mingw.org versions. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()). A redundant check has been dropped from av_image_fill_arrays(). Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge remote-tracking branch 'rdp/dshow_tv_tuner'Michael Niedermayer2015-01-261-6/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * rdp/dshow_tv_tuner: dshow: tweak logging dshow: crossbar dialog was frequently being displayed twice, split up option so it can be just once dshow: alert as to ramifications of switching crossbar routing dshow: add properties dialog for tv tuners Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | dshow: crossbar dialog was frequently being displayed twice, split up option ↵rogerdpack2015-01-261-2/+7
| | | | | | | | | | | | | | | | | | so it can be just once Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: alert as to ramifications of switching crossbar routingrogerdpack2015-01-261-4/+11
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: add properties dialog for tv tunersrogerdpack2015-01-261-0/+10
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | | lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-261-12/+0
|/ / | | | | | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* | avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-261-0/+43
| | | | | | | | | | | | | | Code adapted from James Darnley's port Some fixes from Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fill in the remaining missing datesMichael Niedermayer2015-01-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Fill in remaining missing hashesMichael Niedermayer2015-01-241-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'rdp/dshow_crossbar'Michael Niedermayer2015-01-231-1/+47
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rdp/dshow_crossbar: dshow: fix docu escapes dshow: some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name. dshow: add options for allowing filter popup configuration dialogs to be presented to the user dshow: introduce support for crossbar [multiple input selectable] devices dshow: drop initial audio packets with weird timestamps dshow: use non deprecated api dshow: miscellaneous tweaks dshow: allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | dshow: fix docu escapesrogerdpack2015-01-231-1/+1
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack2015-01-231-0/+26
| | | | | | | | | | | | | | | | | | presented to the user Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-231-0/+8
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: allow selecting devices by an alternative name (workaround for ↵rogerdpack2015-01-231-1/+13
| | | | | | | | | | | | | | | | | | devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | | doc/APIchanges: fill in more missing hash values and datesMichael Niedermayer2015-01-231-3/+3
|/ / | | | | | | | | | | all values before 2.5 seem to be filled in now Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Fill in some more missing hash valuesMichael Niedermayer2015-01-221-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/platform: Reference only MSYS2 and MinGW-w64Derek Buitenhuis2015-01-211-6/+7
| | | | | | | | | | | | | | It's better to steer users at these, since they are both better and more alive than the mingw.org versions. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | doc/APIchanges: fill in and correct some valuesMichael Niedermayer2015-01-211-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()Michael Niedermayer2015-01-211-0/+4
| | | | | | | | | | | | | | also add deprecation note for avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2() Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: remove mp=ilpackPaul B Mahol2015-01-201-1/+0
| | | | | | | | | | | | | | Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-181-0/+10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix showpalette positionClément Bœsch2015-01-151-13/+13
| |
* | avfilter: add showpalette filterClément Bœsch2015-01-151-0/+13
| |
* | avfilter: port qp filter from libmpcodecsPaul B Mahol2015-01-141-0/+32
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: remove mp=pp7Arwa Arif2015-01-131-1/+0
| | | | | | | | | | | | | | The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/general: update libilbc linkLou Logan2015-01-121-1/+1
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc/codecs: document nomc flagMichael Niedermayer2015-01-121-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-111-0/+4
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-111-0/+8
| | | | | | | | | | | | Fixes part of Ticket2901 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>