summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* segmenter: loose rindex()Michael Niedermayer2011-10-171-2/+2
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-174-19/+19
* segment: Fix typo in segment_basenameMichael Niedermayer2011-10-171-1/+1
* segment: replace strdup() by av_strdup()Michael Niedermayer2011-10-171-1/+1
* Merge remote-tracking branch 'luzero/segment'Michael Niedermayer2011-10-173-0/+236
|\
| * segment: extend optionsLuca Barbato2011-10-131-5/+10
| * segment: basic pattern support and playlist outputLuca Barbato2011-10-121-4/+13
| * segment: introduce segmented chain muxerLuca Barbato2011-10-123-0/+222
| * output-example: extend durationLuca Barbato2011-10-121-1/+1
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-161-1/+1
* | cache: add todo listMichael Niedermayer2011-10-161-0/+7
* | cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...Michael Niedermayer2011-10-161-1/+8
* | add cache protocolMichael Niedermayer2011-10-163-0/+132
* | Support decoding ASP variant from QNAP Systems.Carl Eugen Hoyos2011-10-161-0/+1
* | asf: export all the DRM stuff, some of it are human readable strings.Michael Niedermayer2011-10-161-1/+14
* | asf: dont warn the user about digital sigantures, they should on their own no...Michael Niedermayer2011-10-161-1/+1
* | asf: export encryption information from asf.Michael Niedermayer2011-10-161-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-161-1/+1
|\ \
| * | matroskadec: fix out of bounds writeRonald S. Bultje2011-10-151-1/+1
* | | bit: require at least 1 frame for probingMichael Niedermayer2011-10-161-0/+3
* | | idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer2011-10-161-1/+3
* | | Support H264 from QNAP Systems.Carl Eugen Hoyos2011-10-151-0/+1
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-143-16/+17
|\ \ \ | |/ /
| * | mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
| * | mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
| * | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-142-8/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-146-98/+103
|\ \ \ | |/ /
| * | id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-132-18/+14
| * | id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-131-65/+65
| * | shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-131-1/+1
| * | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-133-2/+5
| * | avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-131-1/+3
| * | avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-131-10/+14
| |/
* | Improve PVA probe function.Reimar Döffinger2011-10-131-2/+15
* | libmodplug: remove mathematical constants now redundant.Nicolas George2011-10-131-5/+0
* | g723.1: use raw muxerMohamed Naufal2011-10-133-22/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1330-145/+194
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1219-59/+59
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-123-12/+11
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-22/+29
| * flvenc: Write the right metadata entry countMartin Storsjö2011-10-121-3/+10
| * rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-121-0/+2
| * rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-122-0/+6
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-124-37/+37
| * rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
| * rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
| * flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
| * flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9
* | Correct buffer handling for RTCP packetsJohn Brooks2011-10-131-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-123-74/+86
|\ \ | |/
OpenPOWER on IntegriCloud