summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\
| * 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
| * lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
| * lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
| * 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
| * 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
* | Fix ticket21, temporary audio array was too small.Michael Niedermayer2011-04-09
* | Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer2011-04-08
* | Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * proto: include os_support.h in network.hLuca Barbato2011-04-07
| * matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-07
| * lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
| * 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
| * doc: clarify configure featuresLuca Barbato2011-04-07
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* | fix another forgotten mplayerhq.hu linkMichael Niedermayer2011-04-08
* | Fix link to ffmpeg-develMichael Niedermayer2011-04-08
* | Fix deblocking with thread_slicesMichael Niedermayer2011-04-08
* | ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.Michael Niedermayer2011-04-08
* | riff: add ATRAC3+ guidPeter Ross2011-04-07
* | ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2011-04-07
* | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross2011-04-07
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-07
* | Install libavutil/{aes,sha}.hAlexis Ballier2011-04-07
* | pad: fix example explanationStefano Sabatini2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-07
|\|
| * Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-06
| * swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
| * 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
* | Align stack variables manually in yadif x86 code, should fix ticket25Michael Niedermayer2011-04-07
* | move image check down in ffplay.cMichael Niedermayer2011-04-07