summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* proto: include os_support.h in network.hLuca Barbato2011-04-071-0/+1
| | | | Fix compilation on systems without poll()
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-072-7/+10
|
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-073-1/+6
| | | | And hide request_channels AVOption under it.
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-076-0/+8
|
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-074-5/+19
|
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-074-6/+11
|
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-0726-65/+92
|
* proto: introduce listen option in tcpLuca Barbato2011-04-072-2/+39
| | | | | | 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-071-0/+7
| | | | | 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-073-52/+34
| | | | | | | | 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-061-1/+1
| | | | Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-061-3/+3
| | | | The replacement isn't ready yet.
* fate: add AAC LATM testJanne Grunau2011-04-061-0/+4
|
* mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-061-7/+7
|
* lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-061-2/+2
|
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-065-7/+7
|
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-061-1/+12
|
* psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-051-0/+9
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-051-4/+0
| | | | | | 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-054-11/+10
| | | | | | | | | | | 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-051-2/+2
| | | | | 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-051-0/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-051-1/+9
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-052-1/+6
|
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-053-20/+20
| | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_seek.
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-053-7/+8
| | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_pause.
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-052-0/+22
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-043-18/+28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: deprecate url_get_filename().Anton Khirnov2011-04-042-13/+5
| | | | URLContext.filename should be used directly.
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-046-19/+9
| | | | URLContext.max_packet_size should be used directly.
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-049-19/+24
|
* avio: make url_filesize() internal.Anton Khirnov2011-04-044-9/+14
|
* avio: make url_close() internal.Anton Khirnov2011-04-0416-41/+46
|
* avio: make url_seek() internal.Anton Khirnov2011-04-045-27/+32
|
* avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov2011-04-041-15/+15
|
* avio: make url_write() internal.Anton Khirnov2011-04-0415-35/+42
|
* avio: make url_read_complete() internal.Anton Khirnov2011-04-049-35/+41
|
* avio: make url_read() internal.Anton Khirnov2011-04-0411-23/+29
|
* avio: make url_open() internal.Anton Khirnov2011-04-0415-35/+51
|
* avio: make url_connect internal.Anton Khirnov2011-04-045-12/+17
|
* avio: make url_alloc internal.Anton Khirnov2011-04-045-19/+57
|
* applehttp: Merge two for loopsMartin Storsjö2011-04-041-10/+7
| | | | | The previous commit didn't do this straight away, to keep the diff slightly simpler.
* applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-041-166/+166
| | | | | | This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler).
* applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-041-15/+25
| | | | | This is a preparation for a restructuring of the demuxer, to minimize the later diff.
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-041-8/+8
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* avio: deprecate url_open_protocolAnton Khirnov2011-04-042-11/+13
| | | | | The unbuffered API will be made private and it's not used anywhere internally.
* avio: deprecate url_poll and URLPollEntryAnton Khirnov2011-04-041-1/+5
| | | | | They're unimplemented and nobody cared to do anything with that for 10 years.
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-034-8/+39
| | | | | | | full-bandwidth channels. This reduces high-frequency artifacts and improves the quality of the lower frequency audio at low bit rates.
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-031-1/+1
| | | | fixes Issue 2674
* fate: fix partial run when no samples path is specifiedMans Rullgard2011-04-031-1/+1
| | | | | | | | | | This restores the behaviour of running only the builtin regression tests when no path to external samples is given. aa3805a inadvertently broke this by always setting SAMPLES to something. Using := makes the ifdef test work as expected when the FATE_SAMPLES environment variable is empty. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud