summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-10
| | | | | | PIX_FMT_BGR48LE is used by PhantomCINE demuxer. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-10
| | | | | | | | | Chained ogg served by icecast and mpd should demux properly now. Fixes issue2337 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fix typoCompn2011-04-10
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* daud: Don't write packets that are too large to have their size expressed in ↵Alex Converse2011-04-09
| | | | the bytestream.
* pthread: validate_thread_parameters() ignored slice-threading being ↵Alexander Strange2011-04-09
| | | | | | | | | | | | intentionally off The thread_type API allows you to request only FF_THREAD_FRAME (instead of FRAME | SLICE), but it was being ignored. We don't implement both of them at the same time, so there isn't an effect on current codecs, except that you can request no kinds of threading now (a bit useless). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-09
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avformat.h: fix a misplaced #endifAnton Khirnov2011-04-09
|
* vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne2011-04-09
| | | | | | (cherry picked from commit a18e7b4fb77d3799cf21110b5e6dda4691a295b3) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-09
| | | | | | | | This fixes ticket #23. (cherry picked from commit 621f4c98df4ee9fd604a614f31e09eef9dd7d3ca) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov2011-04-08
|
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
|
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-08
|
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-08
|
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-08
| | | | This is more consistent with the rest of the API.
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
| | | | The new name is more consistent with the rest of the API.
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
| | | | It doesn't look very useful as a public function.
* avio: make URLProtocol internal.Anton Khirnov2011-04-08
|
* avio: make URLContext internal.Anton Khirnov2011-04-08
|
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-08
|
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
| | | | | This is more readable and makes it easier to reorder URLProtocol members.
* applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-08
|
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-08
|
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-08
|
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-08
| | | | | There's no particular reason to pollute the namespace with a typedef for it.
* 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 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
|
* 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.
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-05
| | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_pause.