summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/http: change seek_ret to int64Yuri Zats2016-06-161-1/+2
* os_support: use the appropriate stat functions matching the stat typeHendrik Leppkes2016-06-141-1/+1
* avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta2016-06-141-2/+2
* avformat/mpegts: enhance logging in trace modeAman Gupta2016-06-141-3/+3
* lavf/utils: fix timestamp trace log in estimate_timings() functionStefano Sabatini2016-06-141-4/+4
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-06-141-2/+58
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-06-141-3/+1
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) forMartin Storsjö2016-06-142-2/+2
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-06-141-22/+12
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-06-141-0/+6
* avformat/mpegts: adjust probe score for low check_countMichael Niedermayer2016-06-141-1/+3
* avformat/mux: factorize header writing codeMarton Balint2016-06-131-22/+22
* avformat/mux: call deinit if write_header failsMarton Balint2016-06-131-2/+7
* avformat/mxfdec: check if source_package is NULLMarton Balint2016-06-131-1/+1
* avformat/au: Read MetaData from AU Sun audio file headerThomas Bernard2016-06-131-2/+68
* avformat/dump: Show coded dimensions againMichael Niedermayer2016-06-131-0/+2
* rtpdec_vc2hq: avoid magic numberThomas Volkert2016-06-131-1/+1
* rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert2016-06-136-2/+76
* avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer2016-06-132-3/+3
* lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver2016-06-132-0/+28
* avformat/redspark: deobfuscate header decrypt codeJames Almer2016-06-121-6/+11
* avformat/redspark: remove av_malloc usageJames Almer2016-06-121-21/+8
* avcodec/utvideodec: add support for UQRG and UQRA formatsPaul B Mahol2016-06-121-0/+2
* libavformat/flvenc: support for codec configuration change mid streamIvan2016-06-111-0/+13
* libavformat/flvenc: refactoring: extracted method for writing codec headersIvan2016-06-111-52/+64
* avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer2016-06-111-1/+6
* avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer2016-06-091-0/+3
* avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer2016-06-091-2/+11
* avformat/utils: Initialize st in loopMichael Niedermayer2016-06-091-0/+2
* avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-096-6/+6
* avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer2016-06-071-1/+2
* avcodec: add BitJazz SheerVideo decoderPaul B Mahol2016-06-071-0/+9
* avformat/mpegts: Fix probing of mpegts with invalid ASCMichael Niedermayer2016-06-071-7/+10
* avformat/rawdec: Fix avg_framerate for h264Michael Niedermayer2016-06-071-1/+0
* avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2016-06-061-1/+4
* avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer2016-06-061-3/+4
* avformat/movenc: Skip unsupported video tracks in timecode generationMichael Niedermayer2016-06-061-10/+22
* avformat/allformats: Making av_register_all() thread-safe.Vivekanand2016-06-051-1/+2
* avformat/format: Print debug info when probe score is increased due to mime typeMichael Niedermayer2016-06-051-2/+6
* avformat/dump: Print tbc valueMichael Niedermayer2016-06-041-4/+7
* avformat/version: Add Ticket5421 to list of tickets possibly affected by a ma...Michael Niedermayer2016-06-031-1/+1
* avformat/dump: Use codec and QP limits from AVCodecContextMichael Niedermayer2016-06-031-0/+3
* lavf/udp: fix dead code.Nicolas George2016-06-031-1/+1
* avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-031-4/+62
* avformat: Copy properties from internal contextMichael Niedermayer2016-06-023-0/+8
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-021-0/+2
* avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer2016-06-011-0/+6
* avformat/isom: add MagicYUV FourCCsPiotr Bandurski2016-06-011-0/+8
* avocdec: add MagicYUV decoderPaul B Mahol2016-05-311-0/+1
* avformat/movenc: remove useless if and reindentMarton Balint2016-05-311-12/+9
OpenPOWER on IntegriCloud