summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.Carl Eugen Hoyos2011-04-141-3/+6
|
* Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos2011-04-141-0/+5
|
* Fix channel order for some MLP samples.Carl Eugen Hoyos2011-04-141-0/+18
|
* Cosmetics: Fix indentation and move one line.Carl Eugen Hoyos2011-04-141-2/+2
|
* Support alsa channel reordering for float.Carl Eugen Hoyos2011-04-141-0/+12
|
* Add forgotten line to silence a warning for int32.Carl Eugen Hoyos2011-04-141-0/+1
| | | | | AV_CH_LAYOUT_QUAD is the only (multi-) channel layout that has the same channel ordering for FFmpeg and alsa.
* Also support alsa channel reordering for u16 and u32 formats.Carl Eugen Hoyos2011-04-141-0/+2
|
* Rename the s16 and s32 alsa reorder functions as int16 and int32.Carl Eugen Hoyos2011-04-141-12/+12
| | | | The functions will also be used for unsigned formats.
* Support unsigned variants of already supported signed formats in alsa.Carl Eugen Hoyos2011-04-141-0/+7
|
* Support a-law and mu-law output in alsa.Carl Eugen Hoyos2011-04-141-0/+2
|
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-1443-374/+482
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (32 commits) libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate libvo-*: Fix up the long codec names libavcodec: Mark AVCodec->priv_class const swscale: Factorize FAST_BGR2YV12 definition. libvo-aacenc: Only produce extradata if the global header flag is set lavf: postpone removal of public metadata conversion API lavc: postpone removal of request_channels lavc: postpone removal of audioconvert and sample_fmt wrappers lavf: postpone removal of deprecated avio functions libopencore-amr: Cosmetics: Rewrap and align libopencore-amr, libvo-amrbwenc: Rename variables and functions libopencore-amr: Convert commented out debug logging into av_dlog libopencore-amr: Remove an unused state variable libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table libopencore-amr: Remove a useless local variable libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const libopencore-amr, libvo-amrwbenc: Return proper error codes in most places libopencore-amr: Don't print carriage returns in log messages ... Conflicts: doc/developer.texi libavcodec/avcodec.h libavcodec/libvo-aacenc.c libavcodec/libvo-amrwbenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-142-2/+26
| | | | | | | | | | | | | | DTX, discontinuous transmission, allows emitting frames with comfort noise when no voice is detected in the input audio. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-142-6/+16
| | | | | | | | | | | | | | | | | | | | | | Also rename the incorrectly named enc_bitrate to enc_mode, use the enc_bitrate variable for storing the last chosen bitrate. This avoids continuous warning log messages if not using an exactly matching bitrate, while still allowing changing bitrate at any point. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-142-33/+40
| | | | | | | | | | | | | | Dynamically print the supported bitrates from the local table, instead of using a hardcoded log message. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libvo-*: Fix up the long codec namesMartin Storsjö2011-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | Include VisualOn to clarify the codec name, but remove the actual library name from the user-friendly description. Also mention Android, to clarify which VisualOn implementation this refers to, since they do sell other variants of the same code, too. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libavcodec: Mark AVCodec->priv_class constMartin Storsjö2011-04-131-1/+1
| | | | | | | | | | | | | | | | | | This avoids warnings of this kind, everywhere priv_class is initialized: warning: initialization discards qualifiers from pointer target type Signed-off-by: Martin Storsjö <martin@martin.st>
| * swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
| | | | | | | | | | It is used only for x86 so it will eventually be moved with that code into the x86 arch subdirectory.
| * libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-134-5/+10
| | | | | | | | It's been deprecated only a few months ago, long after 0.6.
| * lavc: postpone removal of request_channelsAnton Khirnov2011-04-131-1/+1
| | | | | | | | No decoder uses the supposed replacement, request_channel_layout, yet.
| * lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov2011-04-131-2/+2
| | | | | | | | Those were moved to libavutil only recently.
| * lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-04-131-1/+1
| | | | | | | | They've been deprecated very recently.
| * libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-131-14/+10
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-132-22/+22
| | | | | | | | | | | | Avoid camelCase names for functions and variables. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-131-6/+6
| | | | | | | | | | | | Also add the avctx as logging context. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-131-3/+0
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö2011-04-131-16/+4
| | | | | | | | | | | | The bitrate modes are equal to the array indices. Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-131-7/+5
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static ↵Martin Storsjö2011-04-132-2/+2
| | | | | | | | | | | | const Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-132-12/+12
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-131-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-131-5/+0
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-131-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-131-11/+0
| | | | | | | | | | | | | | This parts are heritage from the encoder part from the old libamr code removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st>
| * applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-131-4/+7
| | | | | | | | | | | | | | This code could be executed if the demuxer reads more than one segment before returning from av_open_input_stream. Signed-off-by: Martin Storsjö <martin@martin.st>
| * doc: update developer guideLuca Barbato2011-04-131-128/+93
| | | | | | | | | | Refer to the current submission policy and refer to FATE in the Regression Test section.
| * lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-132-1/+33
| |
| * avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-132-2/+5
| |
| * file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-131-0/+16
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * avio: add avio_check()Stefano Sabatini2011-04-133-0/+38
| | | | | | | | | | | | | | | | The new function is more flexible than url_exist(), as it allows to specify which access flags to check, and does not require an explicit open of the checked resource. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-131-0/+10
| | | | | | | | Now AVIO_RDONLY is defined as 0, so it's not usable as a flag.
| * Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-1230-257/+260
| | | | | | | | | | | | This allows for more reproducible results when using multi-threading. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | Mention VisualOn in the new codecs' long names to explain "libvo".Carl Eugen Hoyos2011-04-132-2/+2
| |
* | ffplay: implement -showmode optionStefano Sabatini2011-04-132-0/+31
| | | | | | | | The new option allows to select the starting show mode.
* | ffplay: use symbolic constant values for show_audioStefano Sabatini2011-04-131-9/+12
| | | | | | | | | | Also rename VideoState->show_audio to show_mode. Improve readability.
* | ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-04-131-9/+7
| | | | | | | | | | Move up the definition of audio_write_get_buf_size(), so that it is defined before it is used. Simplify.
* | ffplay: avoid unnecessary intermediary struct in queue_picture()Stefano Sabatini2011-04-131-12/+2
| | | | | | | | | | | | | | | | When CONFIG_AVFILTER, use a AVFrame -> AVPicture cast rather than explicitely copy the image information from AVFrame to a new AVPicture. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | ffplay: remove unused field VideoState.dtg_active_formatStefano Sabatini2011-04-131-1/+0
| | | | | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-04-131-1/+1
| |
OpenPOWER on IntegriCloud