summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]>
* 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 <[email protected]>
| * 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 <[email protected]>
| * examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger2015-01-271-0/+13
| | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e'Michael Niedermayer2015-01-271-1/+1
|\| | | | | | | | | | | | | * commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e': examples/transcode_aac: fix a typo Merged-by: Michael Niedermayer <[email protected]>
| * examples/transcode_aac: fix a typoAndreas Unterweger2015-01-271-1/+1
| | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761'Michael Niedermayer2015-01-271-7/+9
|\| | | | | | | | | | | | | * commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761': examples/transcode_aac: properly select the output sample format Merged-by: Michael Niedermayer <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
* | 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 <[email protected]>
| * | 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 <[email protected]>
| * | dshow: alert as to ramifications of switching crossbar routingrogerdpack2015-01-261-4/+11
| | | | | | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * | dshow: add properties dialog for tv tunersrogerdpack2015-01-261-0/+10
| | | | | | | | | | | | Signed-off-by: rogerdpack <[email protected]>
* | | 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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/APIchanges: fill in the remaining missing datesMichael Niedermayer2015-01-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/APIchanges: Fill in remaining missing hashesMichael Niedermayer2015-01-241-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
| * | dshow: fix docu escapesrogerdpack2015-01-231-1/+1
| | | | | | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * | dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack2015-01-231-0/+26
| | | | | | | | | | | | | | | | | | presented to the user Signed-off-by: rogerdpack <[email protected]>
| * | dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-231-0/+8
| | | | | | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * | 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 <[email protected]>
* | | 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 <[email protected]>
* | doc/APIchanges: Fill in some more missing hash valuesMichael Niedermayer2015-01-221-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | doc/APIchanges: fill in and correct some valuesMichael Niedermayer2015-01-211-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | 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 <[email protected]>
* | avfilter/showcqt: add gamma2 optionMuhammad Faiz2015-01-181-0/+10
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | doc/general: update libilbc linkLou Logan2015-01-121-1/+1
| | | | | | | | Signed-off-by: Lou Logan <[email protected]>
* | doc/codecs: document nomc flagMichael Niedermayer2015-01-121-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-111-0/+4
| | | | | | | | Signed-off-by: Lukasz Marek <[email protected]>
* | avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-111-0/+8
| | | | | | | | | | | | Fixes part of Ticket2901 Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/examples: fix lib math dep for decoding_encodingAndreas Cadhalpun2015-01-101-0/+1
| | | | | | | | | | | | | | It uses at least sin(). Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-091-0/+26
| | | | | | | | | | | | | | The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <[email protected]>
* | Merge commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8'Michael Niedermayer2015-01-081-1/+9
|\| | | | | | | | | | | | | * commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8': doc: Add initial documentation about the OpenH264 encoder wrapper Merged-by: Michael Niedermayer <[email protected]>
| * doc: Add initial documentation about the OpenH264 encoder wrapperMartin Storsjö2015-01-081-1/+9
| | | | | | | | Signed-off-by: Martin Storsjö <[email protected]>
* | doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ↵Michael Niedermayer2015-01-081-1/+1
| | | | | | | | | | | | stale pointers Signed-off-by: Michael Niedermayer <[email protected]>
* | idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving ↵Michael Niedermayer2015-01-081-1/+1
| | | | | | | | | | | | stale pointers Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/examples/transcode_aac: Use avio_closep() in examples as it avoids ↵Michael Niedermayer2015-01-081-2/+2
| | | | | | | | | | | | leaving stale pointers Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/examples/muxing: Use avio_closep() in examples as it avoids leaving ↵Michael Niedermayer2015-01-081-1/+1
| | | | | | | | | | | | stale pointers Signed-off-by: Michael Niedermayer <[email protected]>