summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix ticket21, temporary audio array was too small.Michael Niedermayer2011-04-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer2011-04-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-08
| | | | | | | | | * ffmpeg-mt/master: DUPLICATE mingw32 compilation after 'unbreak avcodec_thread_init' pthread: validate_thread_parameters() ignored slice-threading being intentionally off DUPLICATE Remove unnecessary parameter from ff_thread_init() and fix behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: proto: include os_support.h in network.h matroskaenc: don't write an empty Cues element. lavc: add a FF_API_REQUEST_CHANNELS deprecation macro avio: move extern url_interrupt_cb declaration from avio.h to url.h avio: make av_register_protocol2 internal. avio: avio_ prefix for url_set_interrupt_cb. avio: AVIO_ prefixes for URL_ open flags. proto: introduce listen option in tcp doc: clarify configure features proto: factor ff_network_wait_fd and use it on udp Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * proto: include os_support.h in network.hLuca Barbato2011-04-07
| | | | | | | | Fix compilation on systems without poll()
| * matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-07
| |
| * lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
| | | | | | | | And hide request_channels AVOption under it.
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
| |
| * avio: make av_register_protocol2 internal.Anton Khirnov2011-04-07
| |
| * avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
| |
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
| |
| * proto: introduce listen option in tcpLuca Barbato2011-04-07
| | | | | | | | | | | | This way is possible to have simple micro-server act like ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://foo:1234?listen
| * doc: clarify configure featuresLuca Barbato2011-04-07
| | | | | | | | | | This way people will not get surprises regarding the current configure behaviour and contributors will have a guideline on what is expected.
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
| | | | | | | | | | | | | | | | Support the URL_FLAG_NONBLOCK semantic and uniform the protocol. The quick retry loop is already part of retry_transfer_wrapper. The polling routine is common to the network protocols: udp, tcp and, once merged, sctp.
* | fix another forgotten mplayerhq.hu linkMichael Niedermayer2011-04-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix link to ffmpeg-develMichael Niedermayer2011-04-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix deblocking with thread_slicesMichael Niedermayer2011-04-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.Michael Niedermayer2011-04-08
| | | | | | | | | | Idea borrowed from mplayer. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | riff: add ATRAC3+ guidPeter Ross2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, ↵Peter Ross2011-04-07
| | | | | | | | | | | | MEDIASUBTYPE_BASE_GUID and audio_guids[] to riff.c/h (add FF_ prefix to PRI_GUID, ARG_GUID, and MEDIASUBTYPE_BASE_GUID; rename audio_guids to ff_codec_wav_guids) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Install libavutil/{aes,sha}.hAlexis Ballier2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pad: fix example explanationStefano Sabatini2011-04-07
| | | | | | | | | | | | "row" and "column" term positions in the explanation were inverted. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-07
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Fix parser: mark av_parser_parse() for removal on next major bump swscale: postpone sws_getContext removal until next major bump. fate: add AAC LATM test mmst: get rid of deprecated AVERRORs lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM. Reemove remaining uses of deprecated AVERROR_NOTSUPP. REIMPLEMENTED in 2 lines of code: lavf: if id3v2 tag is present and all else fails, guess by file extension Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-06
| | | | | | | | Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
| * swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
| | | | | | | | The replacement isn't ready yet.
| * fate: add AAC LATM testJanne Grunau2011-04-06
| |
| * mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-06
| |
| * lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-06
| |
| * Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
| |
| * lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-06
| |
* | Align stack variables manually in yadif x86 code, should fix ticket25Michael Niedermayer2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | move image check down in ffplay.cMichael Niedermayer2011-04-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Disable dr1 in ffplay for svq1 (fixes ticket40)Michael Niedermayer2011-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check sizes a bit in ffplay, cant hurt.Michael Niedermayer2011-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix ticket34Michael Niedermayer2011-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Drop checkheaders from check, its uselessMichael Niedermayer2011-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix ticket20Michael Niedermayer2011-04-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add PlayStation Portable PMP format demuxerReimar Döffinger2011-04-06
| | | | | | | | | | | | | | Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this.
* | Revert "ffmpeg: fix aspect ratio setting"Michael Niedermayer2011-04-06
| | | | | | | | | | This reverts commit d1eb50bb29caad9745631759265f475177df99b9. Reason, it breaks fate
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: psymodel: extend API to include PE and bit allocation. avio: always compile dyn_buf functions Remove unnecessary parameter from ff_thread_init() and fix behavior Revert "aac_latm_dec: use aac context and aac m4ac" configure: tell user if libva is enabled like the rest of external libs. Add silence support for AV_SAMPLE_FMT_U8. avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal avio: deprecate av_url_read_seek avio: deprecate av_url_read_pause ac3enc: NEON optimised extract_exponents Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-05
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * avio: always compile dyn_buf functionsAnton Khirnov2011-04-05
| | | | | | | | | | | | Fixes build with --disable-muxers --disable-network. Thanks to Hendrik Leppkes for noticing.
| * Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
| | | | | | | | | | | | | | | | | | | | | | thread_count passed to ff_thread_init() is only used to set AVCodecContext. thread_count, and can be removed. Instead move it to the legacy implementation of avcodec_thread_init(). This also fixes the problem that calling avcodec_thread_init() with pthreads enabled did not set it since ff1efc524cb3c60f2f746e3b4550bb1a86c65316. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-05
| | | | | | | | | | This reverts commit 36864ac3540445c513484017aa9927e942fac24a since it breaks LATM decoding in ffplay.
| * configure: tell user if libva is enabled like the rest of external libs.Konstantin Pavlov2011-04-05
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-05
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-05
| |
| * avio: deprecate av_url_read_seekAnton Khirnov2011-04-05
| | | | | | | | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_seek.