10456 Commits (776a4e42a7524630bcfc46bbd23f26b7dc7f65ca)

Author SHA1 Message Date
Stefano Sabatini af392efe51 lavf/segment: rename SegmentContext.pb to list_pb 13 years ago
Stefano Sabatini d8013f38ab lavf/segment: add error log in case of invalid filename template 13 years ago
Stefano Sabatini a1e092ccd3 lavf/segment: fix logic for segmenting audio-only inputs 13 years ago
Stefano Sabatini 4e2899dd31 lavf/segment: add more information in log message in seg_write_packet() 13 years ago
Stefano Sabatini fd0e6ef99a lavf/segment: remove unused offset variable 13 years ago
Stefano Sabatini 77dcae5d74 lavf/segment: apply misc fixes to the private options internal documentation 13 years ago
Stefano Sabatini a5af29336a lavf/segment: slightly simplify fail logic in seg_write_packet() 13 years ago
Stefano Sabatini 4ad17bc76b lavf/segment: move list filename printing logic from segment_end() to segment_start() 13 years ago
Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
Luca Barbato 09a445ce34 flvdec: initial stream switch support 13 years ago
Paul B Mahol 596814f978 jvdec: fix memleak of jv->frames 13 years ago
Michael Niedermayer 9d0c71e5e3 jvdemux: correct size for truncated packets 13 years ago
Michael Niedermayer a08efa2e36 has_decode_delay_been_guessed: tighten up the heuristic. 13 years ago
Michael Niedermayer 4e9e0700fb has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is available 13 years ago
Michael Niedermayer 2c883c6acf has_decode_delay_been_guessed: improve heuristic 13 years ago
Anton Khirnov 5e745cefc0 asfdec: read attached pictures. 13 years ago
Anton Khirnov 728d2afa17 apetag: reindent 13 years ago
Anton Khirnov 02a951b919 apetag: export attached covers as video streams. 13 years ago
Anton Khirnov b72767df8e apetag: fix the amount of data read from binary tags. 13 years ago
Anton Khirnov f2e175c756 apetag: make sure avio_get_str() doesn't read more than it should. 13 years ago
Anton Khirnov a02b8c695c mov: read itunes cover art. 13 years ago
Clément Bœsch c855ce2671 lavf/wtvdec: add missing { } around if. 13 years ago
Kostya Shishkov edf35d8342 MS ATC Screen (aka MSS3) decoder 13 years ago
Peter Ross c4e0e74438 wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion fails 13 years ago
Michael Niedermayer 23eeffcd48 mov: add workaround for incorrect 0 time point. 13 years ago
Matthieu Bouron 8ac3868ff3 lavf/aiffdec: handle ID3 chunk 13 years ago
Stefano Sabatini aa1cceb5eb lavf/segment: rename variable "size" to "list_size" 13 years ago
Stefano Sabatini 3bee286ad2 lavf/segment: pass the top level chained muxer format context to segment_end() 13 years ago
Michael Niedermayer ac2d3b0f6e nutdec: set duration_estimation_method 13 years ago
Michael Niedermayer 3233ad4b44 nutdec: estimate duration from last syncpoint 13 years ago
Michael Niedermayer e2c95e6bd8 nutdec: remove assert that is wrong for some new duration code. 13 years ago
Michael Niedermayer 9d230ba924 nutdec: check that filesize is valid before using it. 13 years ago
Ronald S. Bultje 5a608a239b os_support: Add fallback definitions for stat flags 13 years ago
Martin Storsjö cab2eb87f9 os_support: Rename the poll fallback function to ff_poll 13 years ago
Martin Storsjö cdee08e365 network: Check for struct pollfd 13 years ago
Martin Storsjö 71078ad333 os_support: Don't compare a negative number against socket descriptors 13 years ago
Ronald S. Bultje 5aff37d28d os_support: Include all the necessary headers for the win32 open function 13 years ago
Clément Bœsch 439e32f9b8 RealText demuxer and decoder. 13 years ago
Clément Bœsch 53640f42be SAMI demuxer and decoder. 13 years ago
Clément Bœsch d948893dbd lavf/subtitles: add some SMIL helpers. 13 years ago
Clément Bœsch a19e9f2d5c lavf/microdvd: rewrite using subtitles queue API. 13 years ago
Clément Bœsch 0ef28e119e lavf/jacosubdec: fix FPE in case timeres is badly set. 13 years ago
Clément Bœsch 60715511db lavf/jacosubdec: use subtitles queue API. 13 years ago
Clément Bœsch 7c9f9685ae lavf: add internal demuxer helpers for subtitles. 13 years ago
Stefano Sabatini c1abfbc47c lavf/segment: rename segment private context from "c" to "seg" in segment_start() 13 years ago
Stefano Sabatini a9a7e215e5 lavf/segment: add stream_segment variant of the segment muxer 13 years ago
Stefano Sabatini 3cd4f9fd76 lavf: allow multiple names in output devices selected by av_guess_format() 13 years ago
Martin Sliwka df531b0e10 avformat: disable seeking on FIFOs/named pipes 13 years ago
Ronald S. Bultje 3b1ab197be file: Only include unistd.h if it exists 13 years ago
Stefano Sabatini 0692d4c890 lavf/segment: add some debugging logs 13 years ago