summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-12
* mp3: add .mpa extensionVittorio Giovara2013-09-12
* mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-12
* mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-12
* ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-12
* smacker: Avoid integer overflow when allocating packetsMartin Storsjö2013-09-11
* smacker: Don't return packets in unallocated streamsMartin Storsjö2013-09-11
* dsicin: Add some basic sanity checks for fields read from the fileMartin Storsjö2013-09-11
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* movenc: Simplify setting the fragmentation flagMartin Storsjö2013-09-09
* movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-09
* tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-09
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-07
* dv: Add a guard to not overread the ppcm arrayLuca Barbato2013-09-07
* avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-06
* avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-06
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-04
* 4xm: Check that the read track value is non-negativeMartin Storsjö2013-09-03
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-03
* movenc: Don't flush after each written packetMartin Storsjö2013-09-03
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
* ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-02
* 4xm: check that bits per sample is strictly positiveAnton Khirnov2013-09-02
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-02
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-02
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-31
* rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö2013-08-28
* smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö2013-08-27
* flv: Fix the help stringLuca Barbato2013-08-27
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-27
* movenc: Check for errors from mov_create_chapter_trackMartin Storsjö2013-08-27
* movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö2013-08-27
* movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö2013-08-27
* movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö2013-08-27
* mov: Write tmcd extradataLuca Barbato2013-08-25
* mov: Parse tmcd extradataLuca Barbato2013-08-25
* mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato2013-08-24
* mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato2013-08-24
* mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato2013-08-24
* mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato2013-08-24
* mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato2013-08-24
* mov: Refactor codec id selection in mov_codec_idLuca Barbato2013-08-24
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-23
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-23
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-21
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-21
* movenc: add faststart option for web streamingClément Bœsch2013-08-21
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-20
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-20
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-20