summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* proto: include os_support.h in network.hLuca Barbato2011-04-071-0/+1
* 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
* 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
* doc: clarify configure featuresLuca Barbato2011-04-071-0/+7
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-073-52/+34
* Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-061-1/+1
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-061-3/+3
* 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
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-051-4/+0
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-054-11/+10
* Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-051-2/+2
* configure: tell user if libva is enabled like the rest of external libs.Konstantin Pavlov2011-04-051-0/+1
* Add silence support for AV_SAMPLE_FMT_U8.Alex Converse2011-04-051-1/+9
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-052-1/+6
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-053-20/+20
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-053-7/+8
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-052-0/+22
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-043-18/+28
* avio: deprecate url_get_filename().Anton Khirnov2011-04-042-13/+5
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-046-19/+9
* 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
* applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-041-166/+166
* applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-041-15/+25
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-041-8/+8
* avio: deprecate url_open_protocolAnton Khirnov2011-04-042-11/+13
* avio: deprecate url_poll and URLPollEntryAnton Khirnov2011-04-041-1/+5
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-034-8/+39
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-031-1/+1
* fate: fix partial run when no samples path is specifiedMans Rullgard2011-04-031-1/+1
OpenPOWER on IntegriCloud