Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avio: make url_seek() internal. | Anton Khirnov | 2011-04-04 | 5 | -27/+32 |
| | |||||
* | avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together | Anton Khirnov | 2011-04-04 | 1 | -15/+15 |
| | |||||
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 15 | -35/+42 |
| | |||||
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 9 | -35/+41 |
| | |||||
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 11 | -23/+29 |
| | |||||
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 15 | -35/+51 |
| | |||||
* | avio: make url_connect internal. | Anton Khirnov | 2011-04-04 | 5 | -12/+17 |
| | |||||
* | avio: make url_alloc internal. | Anton Khirnov | 2011-04-04 | 5 | -19/+57 |
| | |||||
* | applehttp: Merge two for loops | Martin Storsjö | 2011-04-04 | 1 | -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 AVIOContext | Martin Storsjö | 2011-04-04 | 1 | -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 struct | Martin Storsjö | 2011-04-04 | 1 | -15/+25 |
| | | | | | This is a preparation for a restructuring of the demuxer, to minimize the later diff. | ||||
* | aacenc: reduce the number of loop index variables | Young Han Lee | 2011-04-04 | 1 | -8/+8 |
| | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | avio: deprecate url_open_protocol | Anton Khirnov | 2011-04-04 | 2 | -11/+13 |
| | | | | | The unbuffered API will be made private and it's not used anywhere internally. | ||||
* | avio: deprecate url_poll and URLPollEntry | Anton Khirnov | 2011-04-04 | 1 | -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 of | Justin Ruggles | 2011-04-03 | 4 | -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 key | Justin Ruggles | 2011-04-03 | 1 | -1/+1 |
| | | | | fixes Issue 2674 | ||||
* | fate: fix partial run when no samples path is specified | Mans Rullgard | 2011-04-03 | 1 | -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> | ||||
* | ARM: NEON fixed-point forward MDCT | Mans Rullgard | 2011-04-03 | 3 | -0/+206 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 5 | -0/+300 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavf: bump minor version and add an APIChanges entry for avio changes | Anton Khirnov | 2011-04-03 | 2 | -1/+41 |
| | |||||
* | avio: simplify url_open_dyn_buf_internal by using avio_alloc_context() | Anton Khirnov | 2011-04-03 | 1 | -14/+6 |
| | |||||
* | avio: make url_fdopen internal. | Anton Khirnov | 2011-04-03 | 4 | -16/+22 |
| | | | | | The unbuffered URLContext API will be made private, so there's no point in this function being public. | ||||
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 8 | -22/+31 |
| | | | | | | | It doesn't look fit to be a part of the public API. Adding a temporary hack to ffserver to be able to use it, should be cleaned up when somebody is up for it. | ||||
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 20 | -48/+53 |
| | |||||
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 17 | -38/+43 |
| | |||||
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 40 | -72/+91 |
| | | | | Use it instead of url_is_streamed and AVIOContext.is_streamed. | ||||
* | ac3enc: use generic fixed-point mdct | Mans Rullgard | 2011-04-03 | 7 | -424/+23 |
| | | | | | | | | This makes the AC3 encoder use the shared fixed-point MDCT rather than its own implementation. The checksum changes are due to different rounding in the MDCT. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 5 | -1/+206 |
| | | | | | | | | Port fade filter from libavfilter soc repo, with minor fixes by Stefano. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 3 | -21/+22 |
| | | | | | | | Fixes issue2272. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavc: deprecate AVCodecContext.antialias_algo | Anton Khirnov | 2011-04-03 | 3 | -1/+9 |
| | | | | It's been unused since mp3float decoder was added. | ||||
* | lavc: mark mb_qmin/mb_qmax for removal on next major bump. | Anton Khirnov | 2011-04-03 | 3 | -2/+9 |
| | | | | They've been unused and deprecated for about five years. | ||||
* | Fixed-point MDCT with 32-bit unscaled output | Mans Rullgard | 2011-04-02 | 4 | -3/+63 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lavc: deprecate rate_emu | Anton Khirnov | 2011-04-02 | 3 | -1/+8 |
| | | | | It's not used anywhere and apparrently hasn't been for a very long time. | ||||
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 14 | -10/+61 |
| | | | | | It has been deprecated for about five years, skip_idct/skip_frame should be used instead. | ||||
* | parser: mark av_parser_parse() for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |
| | | | | | Fixes build with the bump, since the prototype is already marked for removal. | ||||
* | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 2 | -0/+2 |
| | |||||
* | jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY | Anton Khirnov | 2011-04-02 | 2 | -5/+5 |
| | |||||
* | ac3enc: ARM optimised ac3_compute_matissa_size | Mans Rullgard | 2011-04-01 | 3 | -1/+59 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ac3: armv6 optimised bit_alloc_calc_bap | Mans Rullgard | 2011-04-01 | 3 | -0/+94 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | fate: simplify fft test rules | Mans Rullgard | 2011-04-01 | 1 | -32/+14 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avio: document avio_alloc_context. | Anton Khirnov | 2011-04-01 | 1 | -0/+16 |
| | |||||
* | lavf: make compute_chapters_end less picky. | Anton Khirnov | 2011-04-01 | 1 | -13/+14 |
| | | | | | | | | | | | | In particular, now it assumes that a) chapters are chronologically ordered b) chapters have the same timebases c) duration of the stream is known and asserts if any of these is not met. Make it properly deal with harsher conditions. fixes issue2320 | ||||
* | sierravmd: fix Indeo3 videos | Matthew Hoops | 2011-04-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | FFT: simplify fft8() | Mans Rullgard | 2011-04-01 | 1 | -9/+4 |
| | | | | | | | Part of the fft8() function corresponds to the BUTTERFLIES macro, so use it. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | fate: add fixed-point fft/mdct tests | Mans Rullgard | 2011-04-01 | 1 | -0/+14 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Fixed-point support in fft-test | Mans Rullgard | 2011-04-01 | 3 | -23/+72 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | ape: check that number of seektable entries is equal to number of frames | Kostya Shishkov | 2011-04-01 | 1 | -0/+5 |
| | | | | | | fixes issue2480 Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | mpegts: propagate avio EOF in read_packet() | Jindrich Makovicka | 2011-03-31 | 1 | -1/+1 |
| | | | | | | | Allows distinguishing between EOF and IO error in read_packet return code. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | configure: Initial support for --target-os=symbian | Martin Storsjö | 2011-03-31 | 1 | -1/+6 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Fixed-point FFT and MDCT | Mans Rullgard | 2011-03-31 | 10 | -52/+257 |
| |