summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
| | | | Reduce log clutter, consistent with 1a49a169eb74a97.
* Simplify ptx decoding on big-endian.Carl Eugen Hoyos2012-07-15
| | | | Reviewed-by: Reimar Döffinger
* riff: Assign U263 FourCC to CODEC_ID_H263Piotr Bandurski2012-07-15
|
* isom: add "NO16" FourCCPiotr Bandurski2012-07-15
| | | | | | | | samples: http://www.datafilehost.com/download-46d9a0fa.html Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* riff: add dvis/pdvc FourCCsPiotr Bandurski2012-07-15
| | | | | | | | samples: http://www.datafilehost.com/download-4b49270d.html Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: add seperate AVCodec for CODEC_ID_H263P so demuxers can use that id.Michael Niedermayer2012-07-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* isom: add "MNG" FourCCPiotr Bandurski2012-07-15
| | | | | | | | | sample: http://www.datafilehost.com/download-92da395c.html Reviewed-by: compn <tempn@twmi.rr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* exr: make channel_offsets int instead of int8_tPaul B Mahol2012-07-15
| | | | | | | | Prior to this change max number of channels for float data which was going to be correctly decoded was 32, which is rather small considering that exr allows multiple channel layers. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* cosmetics: reindent after d3abbb1d1Paul B Mahol2012-07-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libfdk-aacenc: remove redundant log message if ff_alloc_packet2 failsPaul B Mahol2012-07-15
| | | | | | | The whole point of ff_alloc_packet2 is to not bloat code with duplicated error messages. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* mss1: improve check if decoded pivot is invalidPaul B Mahol2012-07-15
| | | | | | | | | | | | | The pivot has to lie between 0 and base. Check of ==base is insufficient. Thus replace it by a proper check. Fixes out of array write. Fixes bug #1531. Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer2012-07-15
|\ | | | | | | | | | | | | | | | | * dwbuiten/master: doc: Remove stray @item from git-howto libfdk-aac: Port to ff_alloc_packet2 doxy: move av_guess_sample_aspect_ratio to correct place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Remove stray @item from git-howtoDerek Buitenhuis2012-07-13
| | | | | | | | | | | | | | Fixes warning: ** @item outside of table or list (l. 362) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * libfdk-aac: Port to ff_alloc_packet2Derek Buitenhuis2012-07-13
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * doxy: move av_guess_sample_aspect_ratio to correct placeDerek Buitenhuis2012-07-13
| | | | | | | | | | | | It should not be a part of the RIFF FourCCs group. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: eval: add gt(), gte(), lt() and lte() fate tests eval: fix swapping of lt() and lte() imgconvert: deprecate avcodec_find_best_pix_fmt() imgconvert: add avcodec_find_best_pix_fmt2() imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt Conflicts: libavcodec/imgconvert.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-14
| | |
| * | eval: fix swapping of lt() and lte()Max Lazarov2012-07-14
| | | | | | | | | | | | CC: libav-stable@libav.org
| * | imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau2012-07-13
| | |
| * | imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau2012-07-13
| | | | | | | | | | | | | | | | | | | | | The number of pixel formats outgrew the number of available bits in the bitmask used in avcodec_find_best_pix_fmt(). avcodec_find_best_pix_fmt2() uses a PIX_FMT_NONE terminated list of pixel formats instead.
| * | imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau2012-07-13
| | | | | | | | | | | | CC: libav-stable@libav.org
* | | movtextdec: 3GPP TS 26.245 Timed Text Decoder.Philip Langdale2012-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a basic decoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to parse styling information, and just reads the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Signed-off-by: Philip Langdale <philipl@overt.org>
* | | mp3enc: add lame tag with start padding infoMichael Niedermayer2012-07-14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: add -progress option.Nicolas George2012-07-14
| | | | | | | | | | | | | | | It allows to send program-friendly (easy to parse) progress information to a file or an URL.
* | | libx264: list possible presets and tunes.Nicolas George2012-07-14
| | | | | | | | | | | | | | | The values are listed if setting them fails. Using "-preset help" or "-preset list" have that effect.
* | | lavc/tiffenc: apply misc doxy fixesStefano Sabatini2012-07-14
| | |
* | | ffprobe: add frame metadata printingStefano Sabatini2012-07-14
| | |
* | | lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel2012-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work done for SOCIS 2011. See thread: Subject: [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder Date: Tue, 4 Oct 2011 00:19:52 +0200 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | | lavc/avcodec.h: keep avframe_* field setter and getter closeStefano Sabatini2012-07-14
| | | | | | | | | | | | Slightly more readable, now that the list is getting longer.
* | | lavc: add metadata to AVFrameThomas Kühnel2012-07-14
| | | | | | | | | | | | | | | | | | See thread: Subject: [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame Date: Tue, 4 Oct 2011 00:19:51 +0200
* | | configure: Check that texi2html supports --init-filejamal2012-07-14
| | | | | | | | | | | | Fixes ticket #1515
* | | doc/Makefile: Add missing $(HOSTEXESUF) to print_optionsjamal2012-07-14
| | |
* | | build: Fix documentation dependencies and rulesjamal2012-07-14
| | |
* | | doc/filters: prefer "special" over "magic" for special input/output labelsStefano Sabatini2012-07-14
| | |
* | | doc/filters: update documentationStefano Sabatini2012-07-14
| | | | | | | | | | | | In particular, assume existence of audio and sink filters.
* | | doc: merge libavfilter.texi into filters.texiStefano Sabatini2012-07-14
| | | | | | | | | | | | | | | There is no much point into splitting documentation for filters. Also having a separate document for a library is inconsistent.
* | | ffmpeg: use pkt_pts before pkt->pts for audioMichael Niedermayer2012-07-14
| | | | | | | | | | | | | | | | | | This fixes the timestamp of the first packet when samples have been skiped. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: set pkt_timebaseMichael Niedermayer2012-07-14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc: adjust timestamp in case of skiping initial samplesMichael Niedermayer2012-07-14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc: skip initial silence when requestedMichael Niedermayer2012-07-14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc/w32pthreads: Fix make checkheaders.jamal2012-07-14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | movenc: write track header transformation matrix depending on "rotate" metadataStefan Gehrer2012-07-14
| | | | | | | | | | | | | | | should fix ticket #505 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | exr: fix scan_line_size calculationPaul B Mahol2012-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | This one will also work in cases when file have channels we are not going to use. Only compressed files where affected by this bug. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | exr: print channel names not yet supportedPaul B Mahol2012-07-13
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | exr: remove double ;;Paul B Mahol2012-07-13
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | exr: frame multithreading supportPaul B Mahol2012-07-13
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: Fix APE tag dependencies MS Expression Encoder Screen decoder libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | build: Fix APE tag dependenciesDiego Biurrun2012-07-13
| | |
| * | MS Expression Encoder Screen decoderKostya Shishkov2012-07-13
| | |
| * | libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö2012-07-12
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>