summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Collapse)AuthorAge
* lavfi: add aselect audio variant of selectStefano Sabatini2012-12-13
|
* Changelog: update for soxrMichael Niedermayer2012-12-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: TED Talks JSON captions demuxer.Nicolas George2012-12-09
|
* lavf: VobSub demuxer.Clément Bœsch2012-12-07
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: h264: slice-mt: check master context for valid current_picture_ptr h264: slice-mt: get last_pic_dropable from master context alacenc: add support for multi-channel encoding Conflicts: Changelog libavcodec/alac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-05
| |
| * lavfi: add volume filterJustin Ruggles2012-12-05
| | | | | | | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
* | lavf: add a concat demuxer.Nicolas George2012-12-06
| |
* | Ensoniq Paris Audio File demuxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | IRCAM demuxer & muxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | AST MuxerJames Almer2012-12-04
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavfi: add subtitles filter.Clément Bœsch2012-12-04
| |
* | PVF demuxerPaul B Mahol2012-12-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | update ChangelogPaul B Mahol2012-11-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | BRSTM demuxerPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ADPCM IMA Dialogic decoderPaul B Mahol2012-11-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffprobe: implement -sections optionStefano Sabatini2012-11-22
| |
* | ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-22
| |
* | brender_pix: a new image decoderAleksi Nurmi2012-11-22
| | | | | | | | | | | | | | PIX is an image file format that was used by the BRender 3d engine. Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/drawtext: implement more generic expansion.Nicolas George2012-11-18
| | | | | | | | | | | | The new expansion mechanism uses the %{...} notation. For compatibility reasons, it must be enabled explicitly, but a warning is printed if a conflict is likely to happen.
* | AST demuxerPaul B Mahol2012-11-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer2012-11-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd': APIChanges: add entry for av_read_packet deprecation mxfdec: fix typo in mxf_read_seek() avserver: use freopen to redirect stdin/out/err to /dev/null avserver: remove daemon mode configure: Check for -Werror parameters on clang doxygen: remove obsolete options from Doxyfile configure: Add option to disable all command line programs Conflicts: Changelog configure doc/APIchanges doc/ffserver.conf doc/ffserver.texi ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avserver: remove daemon modeMans Rullgard2012-11-15
| | | | | | | | | | | | | | | | | | | | | | | | This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | lavfi: add geq filter.Clément Bœsch2012-11-11
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: flacenc: ensure the order is within the min/max range in LPC order search avconv: rescale packet duration to muxer time base when flushing encoders add 24-bit FLAC encoding to Changelog rtpenc_aac: Fix calculation of the header size x86: h264_intrapred: port to cpuflags Conflicts: Changelog libavformat/rtpenc_aac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * add 24-bit FLAC encoding to ChangelogJustin Ruggles2012-11-08
| | | | | | | | Also move a misplaced line from the 9_beta2 section to <next>
| * lavfi: add ashowinfo filterAnton Khirnov2012-10-29
| | | | | | | | | | | | It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | AVR demuxerPaul B Mahol2012-11-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffm: redesign header format to make it extensibleMichael Niedermayer2012-11-05
| | | | | | | | | | | | | | | | | | Currently FFM files generated with one versions of ffmpeg generally cannot be read by another. By spliting data into chunks, more fields can saftely be appended to chunks as well as new chunks added. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add field filterStefano Sabatini2012-10-31
| | | | | | | | | | | | The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
* | caf muxer: write metadataPaul B Mahol2012-10-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tools: add ffescape utilityStefano Sabatini2012-10-25
| |
* | LVF demuxerPaul B Mahol2012-10-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'Michael Niedermayer2012-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95': avformat: Fix references to the removed function av_write_header in comments changelog: Mention the MSVC DLL support fate: add dependencies for misc microsoft codecs fate-twinvq: add dependencies fate-mpc: add dependencies fate-indeo: add dependencies fate-als: add dependencies fate: dependencies for demux tests Conflicts: Changelog tests/Makefile tests/fate/demux.mak tests/fate/microsoft.mak tests/fate/mpc.mak tests/fate/vqf.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * changelog: Mention the MSVC DLL supportMartin Storsjö2012-10-18
| | | | | | | | | | | | | | Also retroactively add a changelog entry to the 9beta1 list for general MSVC support, which was present there already. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavc: add raw text subtitles decoder.Clément Bœsch2012-10-18
| |
* | Merge commit '58b619c8a226cc4564ad5af291bc99a04f89ee56'Michael Niedermayer2012-10-17
|\| | | | | | | | | | | | | | | | | | | | | * commit '58b619c8a226cc4564ad5af291bc99a04f89ee56': wav muxer: write metadata Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wav muxer: write metadataVictor Vasiliev2012-10-16
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * prepare 9_beta1 releaseJanne Grunau2012-10-11
| |
* | lavc: add xface image decoder and encoderStefano Sabatini2012-10-15
| | | | | | | | | | Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and relicensed to LGPL with the author's consent.
* | Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2'Michael Niedermayer2012-10-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2': avconv: remove -same_quant Conflicts: Changelog doc/faq.texi ffmpeg.c ffmpeg.h ffmpeg_opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -same_quantAnton Khirnov2012-10-09
| | | | | | | | | | | | | | It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
* | DTS-HD demuxerPaul B Mahol2012-10-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | TAK demuxer, decoder and parserPaul B Mahol2012-10-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216).Carl Eugen Hoyos2012-10-06
| | | | | | | | Fixes ticket #1354
* | Changelog: add empty line after version linesStefano Sabatini2012-10-06
| | | | | | | | Fix spacing inconsistency.
* | ffprobe: add -select_streams optionStefano Sabatini2012-10-05
| |
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d': avconv: improve sample format negotiation for decoder request Opus encoder using libopus mpegts: Drop pointless casting of hex_dump_debug arguments avformat: const correctness for av_hex_dump / av_hex_dump_log wmadec: Adjust debug printf argument length modifier Conflicts: Changelog ffmpeg.c libavcodec/libopusdec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Opus encoder using libopusNathan Caldwell2012-10-01
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Opus decoder using libopusNicolas George2012-09-28
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>