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