aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/wtvdec: add missing { } around if.Clément Bœsch2012-07-021-4/+4
* wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion...Peter Ross2012-07-021-12/+20
* mov: add workaround for incorrect 0 time point.Michael Niedermayer2012-07-011-1/+2
* lavf/aiffdec: handle ID3 chunkMatthieu Bouron2012-07-011-0/+6
* lavf/segment: rename variable "size" to "list_size"Stefano Sabatini2012-07-011-3/+3
* lavf/segment: pass the top level chained muxer format context to segment_end()Stefano Sabatini2012-07-011-4/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-302-9/+26
|\
| * os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-301-0/+9
| * os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-302-2/+3
| * network: Check for struct pollfdMartin Storsjö2012-06-301-0/+5
| * os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-301-6/+6
| * os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-301-1/+3
| * file: Only include unistd.h if it existsRonald S. Bultje2012-06-291-1/+3
| * rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-291-1/+0
* | nutdec: set duration_estimation_methodMichael Niedermayer2012-06-301-0/+2
* | nutdec: estimate duration from last syncpointMichael Niedermayer2012-06-301-0/+23
* | nutdec: remove assert that is wrong for some new duration code.Michael Niedermayer2012-06-301-1/+0
* | nutdec: check that filesize is valid before using it.Michael Niedermayer2012-06-301-0/+3
* | RealText demuxer and decoder.Clément Bœsch2012-06-294-1/+148
* | SAMI demuxer and decoder.Clément Bœsch2012-06-294-1/+135
* | lavf/subtitles: add some SMIL helpers.Clément Bœsch2012-06-292-0/+60
* | lavf/microdvd: rewrite using subtitles queue API.Clément Bœsch2012-06-291-89/+58
* | lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch2012-06-291-1/+4
* | lavf/jacosubdec: use subtitles queue API.Clément Bœsch2012-06-291-74/+24
* | lavf: add internal demuxer helpers for subtitles.Clément Bœsch2012-06-293-0/+163
* | lavf/segment: rename segment private context from "c" to "seg" in segment_sta...Stefano Sabatini2012-06-291-5/+5
* | lavf/segment: add stream_segment variant of the segment muxerStefano Sabatini2012-06-293-3/+21
* | lavf: allow multiple names in output devices selected by av_guess_format()Stefano Sabatini2012-06-292-2/+2
* | avformat: disable seeking on FIFOs/named pipesMartin Sliwka2012-06-291-0/+4
* | lavf/segment: add some debugging logsStefano Sabatini2012-06-291-0/+6
* | lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini2012-06-291-0/+1
* | Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-294-16/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-284-133/+189
|\|
| * flv: add support for G.711Damien Fetis2012-06-283-0/+18
| * flvenc: K&R formatting cosmeticsLuca Barbato2012-06-281-132/+142
| * movenc: Add channel layouts for PCM.Alex Converse2012-06-271-0/+26
* | udp: use av_freep() instead of av_free()Michael Niedermayer2012-06-281-2/+2
* | lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2012-06-282-7/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-282-2/+119
|\|
| * udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-271-1/+113
| * tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-271-1/+4
| * tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-271-0/+2
* | http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer2012-06-281-1/+5
* | udp: fix occasional crash on shutdownEric Petit2012-06-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-278-13/+28
|\|
| * mpc8: read APE tags.Anton Khirnov2012-06-262-1/+8
| * network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-262-0/+17
| * configure: Check for sys/time.hRonald S. Bultje2012-06-261-0/+2
| * network: Include unistd.h from network.hMartin Storsjö2012-06-264-3/+4
| * mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-261-2/+3