| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 6 | -0/+8 |
* | avio: make av_register_protocol2 internal. | Anton Khirnov | 2011-04-07 | 4 | -5/+19 |
* | avio: avio_ prefix for url_set_interrupt_cb. | Anton Khirnov | 2011-04-07 | 4 | -6/+11 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 26 | -65/+92 |
* | proto: introduce listen option in tcp | Luca Barbato | 2011-04-07 | 2 | -2/+39 |
* | doc: clarify configure features | Luca Barbato | 2011-04-07 | 1 | -0/+7 |
* | proto: factor ff_network_wait_fd and use it on udp | Luca Barbato | 2011-04-07 | 3 | -52/+34 |
* | Fix parser: mark av_parser_parse() for removal on next major bump | Brad | 2011-04-06 | 1 | -1/+1 |
* | swscale: postpone sws_getContext removal until next major bump. | Anton Khirnov | 2011-04-06 | 1 | -3/+3 |
* | fate: add AAC LATM test | Janne Grunau | 2011-04-06 | 1 | -0/+4 |
* | mmst: get rid of deprecated AVERRORs | Anton Khirnov | 2011-04-06 | 1 | -7/+7 |
* | lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM. | Anton Khirnov | 2011-04-06 | 1 | -2/+2 |
* | Reemove remaining uses of deprecated AVERROR_NOTSUPP. | Anton Khirnov | 2011-04-06 | 5 | -7/+7 |
* | lavf: if id3v2 tag is present and all else fails, guess by file extension | Anton Khirnov | 2011-04-06 | 1 | -1/+12 |
* | psymodel: extend API to include PE and bit allocation. | Nathan Caldwell | 2011-04-05 | 1 | -0/+9 |
* | avio: always compile dyn_buf functions | Anton Khirnov | 2011-04-05 | 1 | -4/+0 |
* | Remove unnecessary parameter from ff_thread_init() and fix behavior | Alexander Strange | 2011-04-05 | 4 | -11/+10 |
* | Revert "aac_latm_dec: use aac context and aac m4ac" | Janne Grunau | 2011-04-05 | 1 | -2/+2 |
* | configure: tell user if libva is enabled like the rest of external libs. | Konstantin Pavlov | 2011-04-05 | 1 | -0/+1 |
* | Add silence support for AV_SAMPLE_FMT_U8. | Alex Converse | 2011-04-05 | 1 | -1/+9 |
* | avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal | Anton Khirnov | 2011-04-05 | 2 | -1/+6 |
* | avio: deprecate av_url_read_seek | Anton Khirnov | 2011-04-05 | 3 | -20/+20 |
* | avio: deprecate av_url_read_pause | Anton Khirnov | 2011-04-05 | 3 | -7/+8 |
* | ac3enc: NEON optimised extract_exponents | Mans Rullgard | 2011-04-05 | 2 | -0/+22 |
* | ac3enc: move extract_exponents inner loop to ac3dsp | Mans Rullgard | 2011-04-04 | 3 | -18/+28 |
* | avio: deprecate url_get_filename(). | Anton Khirnov | 2011-04-04 | 2 | -13/+5 |
* | avio: deprecate url_max_packet_size(). | Anton Khirnov | 2011-04-04 | 6 | -19/+9 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 9 | -19/+24 |
* | avio: make url_filesize() internal. | Anton Khirnov | 2011-04-04 | 4 | -9/+14 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 16 | -41/+46 |
* | 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 |
* | applehttp: Restructure the demuxer to use a custom AVIOContext | Martin Storsjö | 2011-04-04 | 1 | -166/+166 |
* | applehttp: Move finished and target_duration to the variant struct | Martin Storsjö | 2011-04-04 | 1 | -15/+25 |
* | aacenc: reduce the number of loop index variables | Young Han Lee | 2011-04-04 | 1 | -8/+8 |
* | avio: deprecate url_open_protocol | Anton Khirnov | 2011-04-04 | 2 | -11/+13 |
* | avio: deprecate url_poll and URLPollEntry | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |
* | ac3enc: select bandwidth based on bit rate, sample rate, and number of | Justin Ruggles | 2011-04-03 | 4 | -8/+39 |
* | flvdec: fix segfault in amf_parse_object() due to NULL key | Justin Ruggles | 2011-04-03 | 1 | -1/+1 |
* | fate: fix partial run when no samples path is specified | Mans Rullgard | 2011-04-03 | 1 | -1/+1 |
* | ARM: NEON fixed-point forward MDCT | Mans Rullgard | 2011-04-03 | 3 | -0/+206 |
* | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 5 | -0/+300 |
* | lavf: bump minor version and add an APIChanges entry for avio changes | Anton Khirnov | 2011-04-03 | 2 | -1/+41 |