summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-071-1/+1
* dv: Add a guard to not overread the ppcm arrayLuca Barbato2013-09-071-2/+2
* avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-061-145/+150
* avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-061-0/+1
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-042-1/+20
* 4xm: Check that the read track value is non-negativeMartin Storsjö2013-09-031-0/+2
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-031-1/+2
* movenc: Don't flush after each written packetMartin Storsjö2013-09-031-2/+0
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-023-5/+5
* ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-021-2/+2
* 4xm: check that bits per sample is strictly positiveAnton Khirnov2013-09-021-1/+1
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-021-2/+7
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-021-2/+2
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-311-27/+1
* rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö2013-08-281-0/+2
* smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö2013-08-271-3/+5
* flv: Fix the help stringLuca Barbato2013-08-271-1/+1
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-271-1/+3
* movenc: Check for errors from mov_create_chapter_trackMartin Storsjö2013-08-271-2/+5
* movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö2013-08-271-15/+26
* movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö2013-08-271-1/+2
* movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö2013-08-271-0/+4
* mov: Write tmcd extradataLuca Barbato2013-08-251-0/+17
* mov: Parse tmcd extradataLuca Barbato2013-08-251-4/+22
* mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato2013-08-241-15/+26
* mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato2013-08-241-58/+65
* mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato2013-08-241-8/+17
* mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato2013-08-241-78/+87
* mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato2013-08-241-107/+108
* mov: Refactor codec id selection in mov_codec_idLuca Barbato2013-08-241-20/+32
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-232-1/+56
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-232-7/+8
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-211-3/+9
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-211-2/+13
* movenc: add faststart option for web streamingClément Bœsch2013-08-212-4/+136
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-201-2/+15
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-201-1/+1
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-201-3/+3
* mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato2013-08-201-5/+16
* mov: Compute max duration among the tracks with a timescaleLuca Barbato2013-08-201-1/+1
* mov: Set the timescale for data streamsLuca Barbato2013-08-201-0/+2
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-192-7/+31
* mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-191-0/+1
* mkv: Add options for specifying cluster limitsLuca Barbato2013-08-191-10/+22
* mkv: Refactor mkv_write_packetLuca Barbato2013-08-191-10/+32
* ogg: Fix potential infinite discard loopReimar Döffinger2013-08-191-1/+5
* movenc: Indicate that negative timestamps are supportedMartin Storsjö2013-08-171-7/+7
* hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos2013-08-151-4/+2
* hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini2013-08-151-3/+9
* hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö2013-08-151-1/+1
OpenPOWER on IntegriCloud