| Commit message (Expand) | Author | Age | Files | Lines |
* | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 9 | -10/+36 |
* | add xWMA demuxer | Max Horn | 2011-04-14 | 4 | -1/+257 |
* | mpegts: force the default timebase | Rudolf Polzer | 2011-04-14 | 1 | -0/+1 |
* | lavf: postpone removal of public metadata conversion API | Anton Khirnov | 2011-04-13 | 4 | -5/+10 |
* | lavf: postpone removal of deprecated avio functions | Anton Khirnov | 2011-04-13 | 1 | -1/+1 |
* | applehttp: Only check the discard flags if v->ctx actually is initialized | Martin Storsjö | 2011-04-13 | 1 | -4/+7 |
* | lavf: bump minor and add an APIChanges entry for the last avio changes | Anton Khirnov | 2011-04-13 | 1 | -1/+1 |
* | avio: deprecate url_exist in favor of avio_check. | Anton Khirnov | 2011-04-13 | 2 | -2/+5 |
* | file: implement url_check() callback in the file and pipe protocols | Stefano Sabatini | 2011-04-13 | 1 | -0/+16 |
* | avio: add avio_check() | Stefano Sabatini | 2011-04-13 | 3 | -0/+38 |
* | avio: left-shift AVIO_ flags on next bump | Anton Khirnov | 2011-04-13 | 1 | -0/+10 |
* | lavf/utils.c: Order packets with identical PTS by stream index. | Vitor Sessak | 2011-04-12 | 1 | -1/+4 |
* | flvdec: Allow parsing keyframes metadata without seeking in most cases | Martin Storsjö | 2011-04-12 | 1 | -2/+11 |
* | avio: undeprecate av_url_read_fseek/fpause under nicer names | Anton Khirnov | 2011-04-12 | 6 | -35/+36 |
* | flvdec: Fix support for flvtool2 "keyframes based" generated index | Kharkov Alexander | 2011-04-12 | 1 | -1/+2 |
* | Fix compilation of timefilter test program. | Diego Biurrun | 2011-04-11 | 1 | -0/+2 |
* | avio: add more documentation for AVIOContext. | Anton Khirnov | 2011-04-10 | 1 | -0/+13 |
* | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás | 2011-04-10 | 1 | -0/+1 |
* | avio: document some members of AVIOContext. | Anton Khirnov | 2011-04-10 | 1 | -4/+9 |
* | avio: document avio_close(). | Anton Khirnov | 2011-04-10 | 1 | -0/+6 |
* | avio: cosmetics, vertically align comments. | Anton Khirnov | 2011-04-10 | 1 | -5/+5 |
* | avio: cosmetics, group the reading functions. | Anton Khirnov | 2011-04-10 | 1 | -6/+14 |
* | avio: cosmetics, merge all the FF_API_OLD_AVIO blocks. | Anton Khirnov | 2011-04-10 | 1 | -112/+84 |
* | avio: cosmetics, move AVIOContext to start of the file. | Anton Khirnov | 2011-04-10 | 1 | -38/+39 |
* | avio: update file header. | Anton Khirnov | 2011-04-10 | 1 | -4/+1 |
* | oggdec: fix demuxing chained audio streams | Clément Bœsch | 2011-04-10 | 2 | -0/+17 |
* | daud: Don't write packets that are too large to have their size expressed in ... | Alex Converse | 2011-04-09 | 1 | -0/+5 |
* | avformat.h: fix a misplaced #endif | Anton Khirnov | 2011-04-09 | 1 | -1/+1 |
* | lavf: bump minor and add an APIChanges entry for avformat cleanup | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
* | lavf: get rid of ffm-specific stuff in avformat.h | Anton Khirnov | 2011-04-08 | 2 | -6/+5 |
* | avio: deprecate av_protocol_next(). | Anton Khirnov | 2011-04-08 | 2 | -1/+5 |
* | avio: add a function for iterating though protocol names. | Anton Khirnov | 2011-04-08 | 2 | -0/+23 |
* | lavf: rename a parameter of av_sdp_create from buff->buf | Anton Khirnov | 2011-04-08 | 2 | -9/+9 |
* | lavf: rename avf_sdp_create to av_sdp_create. | Anton Khirnov | 2011-04-08 | 5 | -5/+19 |
* | lavf: make av_guess_image2_codec internal | Anton Khirnov | 2011-04-08 | 5 | -3/+18 |
* | avio: make URLProtocol internal. | Anton Khirnov | 2011-04-08 | 2 | -1/+22 |
* | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 10 | -3/+21 |
* | lavf: mark av_pkt_dump(_log) for remove on $next+1 bump. | Anton Khirnov | 2011-04-08 | 3 | -1/+10 |
* | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 11 | -117/+97 |
* | applehttp: don't use deprecated url_ functions. | Anton Khirnov | 2011-04-08 | 1 | -8/+8 |
* | avio: move two ff_udp_* functions from avio_internal to url.h | Anton Khirnov | 2011-04-08 | 2 | -4/+4 |
* | asfdec: remove a forgotten declaration of nonexistent function | Anton Khirnov | 2011-04-08 | 1 | -2/+0 |
* | avio: deprecate the typedef for URLInterruptCB | Anton Khirnov | 2011-04-08 | 3 | -7/+5 |
* | proto: include os_support.h in network.h | Luca Barbato | 2011-04-07 | 1 | -0/+1 |
* | matroskaenc: don't write an empty Cues element. | Anton Khirnov | 2011-04-07 | 1 | -3/+6 |
* | 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 | 2 | -2/+7 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 24 | -62/+89 |
* | proto: introduce listen option in tcp | Luca Barbato | 2011-04-07 | 1 | -2/+22 |