summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-272-2/+21
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-273-27/+49
* movenc: Expose the fragment index as an avoptionMartin Storsjö2014-11-261-0/+1
* movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-262-6/+30
* vorbis_parser: Include stdint.h in the header, to make it work standaloneMartin Storsjö2014-11-251-0/+2
* vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-251-27/+19
* hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-251-2/+2
* hnm4: Use av_image_check_sizeLuca Barbato2014-11-251-0/+6
* vc1: Use the correct shift amountMichael Niedermayer2014-11-251-7/+7
* vc1: Set the is_intra bitfield to all 1 when neededLuca Barbato2014-11-251-5/+9
* vc1: Simplify a little setting the intra variablesLuca Barbato2014-11-251-15/+11
* vorbis_parser: Move vp check to avoid a null pointer dereferenceMichael Niedermayer2014-11-251-2/+2
* lpc: remove unneeded {}Michael Niedermayer2014-11-251-1/+1
* vc1pred: remove logically dead codeVittorio Giovara2014-11-251-6/+2
* lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-242-9/+92
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-244-14/+30
* flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-241-0/+4
* dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö2014-11-241-6/+19
* sidxindex: Write mimeType=audio/mp4 for audio-only representationsMartin Storsjö2014-11-241-2/+3
* aacsbr: always initialize max_qmf_subbandsVittorio Giovara2014-11-241-1/+1
* roqaudio: Always use the frame buffer on flushMichael Niedermayer2014-11-241-2/+3
* tiffenc: initialize return valueVittorio Giovara2014-11-241-1/+1
* cook: Make sure there is enough extradataLuca Barbato2014-11-241-1/+1
* sol: simplify sol_codec_id()Vittorio Giovara2014-11-241-11/+8
* aacdec: avoid an out-of-bounds writeVittorio Giovara2014-11-241-2/+2
* lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-243-4/+2
* mpegenc: prevent a NULL pointer dereferenceVittorio Giovara2014-11-241-1/+1
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-245-155/+162
* dashenc: Don't require the stream bitrate to be knownMartin Storsjö2014-11-221-6/+14
* lavf: Remove a redundant include of sys/stat.hMartin Storsjö2014-11-221-2/+0
* flvenc: Remove an unused variableMichael Niedermayer2014-11-221-1/+1
* hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato2014-11-211-40/+46
* qdm2: avoid integer overflowVittorio Giovara2014-11-211-1/+1
* vp9: Use the correct upper bound for seg_idLuca Barbato2014-11-212-2/+4
* dvdsubdec: Do not leak on failure pathLuca Barbato2014-11-211-3/+6
* libtwolame: prevent a NULL pointer dereferenceVittorio Giovara2014-11-211-1/+1
* lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara2014-11-211-1/+3
* xwma: Do not leak on failure pathLuca Barbato2014-11-211-8/+15
* lavc: Move the libtwolame encoder registration to the list for external libra...Martin Storsjö2014-11-211-1/+1
* hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö2014-11-191-0/+1
* hdsenc: Use the right filename in an error messageMartin Storsjö2014-11-191-1/+1
* configure: Fix enabling memalign_hack automaticallyMartin Storsjö2014-11-181-1/+1
* mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-181-3/+1
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-185-7/+10
* libvpxenc: clean memory on errorVittorio Giovara2014-11-181-0/+1
* librtmp: append the correct field to the stringVittorio Giovara2014-11-181-1/+1
* lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-172-2/+3
* tools: Add a sidxindex toolMartin Storsjö2014-11-172-0/+411
* movenc: Allow writing a DASH sidx atom at the start of filesMartin Storsjö2014-11-172-26/+92
* movenc: Add tfra entries for all tracks in a moofMartin Storsjö2014-11-171-4/+0
OpenPOWER on IntegriCloud