summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* | avformat/m4vdec: Check for non startcode 00 00 00 sequences in probeMichael Niedermayer2014-09-071-3/+5
* | lavf/segment: add segment_format_options optionStefano Sabatini2014-09-072-3/+24
* | avformat/swfdec: Do not change the pixel formatMichael Niedermayer2014-09-071-3/+10
* | avformat/mpegts: fix spelling errorAndreas Cadhalpun2014-09-061-1/+1
* | avformat/srtdec: speed up probingwm42014-09-051-0/+1
* | avformat/realtextdec: UTF-16 supportwm42014-09-053-21/+10
* | avformat/samidec: UTF-16 supportwm42014-09-053-10/+27
* | avformat/srtdec: UTF-16 supportwm42014-09-053-16/+96
* | avformat/assdec: UTF-16 supportwm42014-09-053-7/+131
* | lavf/ffmdec: return proper error code in ffm2_read_header()Stefano Sabatini2014-09-051-3/+11
* | Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2'Michael Niedermayer2014-09-041-1/+2
|\ \ | |/
| * vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-041-1/+1
* | avformat/flvdec: read the correct bits into the tag typeSteven Liu2014-09-041-1/+1
* | Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835'Michael Niedermayer2014-09-032-101/+66
|\ \ | |/
| * rtpdec: HEVC/H.265 supportThomas Volkert2014-09-035-1/+378
* | avformat/mpegts: Change order of structs to match 7968059e5c3cd8f91407f379c11...Michael Niedermayer2014-09-031-19/+19
* | Merge commit '7968059e5c3cd8f91407f379c11bbf71a1b84c74'Michael Niedermayer2014-09-031-5/+13
|\ \ | |/
| * mpegts: Allow custom max resync sizeLuca Barbato2014-09-031-2/+22
* | avformat/swfdec: Use side data to communicate w/h changes to the decoderMichael Niedermayer2014-09-021-2/+6
* | segment: fix copying stream metadataMika Raento2014-09-021-0/+1
* | segment: use mpegts_flags instead of the deprecated resend_headers optionMika Raento2014-09-021-1/+1
* | avformat/segment: Use avformat_alloc_output_context2()Michael Niedermayer2014-09-021-4/+5
* | Support decoding of ImageJ png in avi.Carl Eugen Hoyos2014-09-021-0/+1
* | segment: don't access outside seg->frames arrayMika Raento2014-09-021-1/+1
* | avformat/mpegts: favor DESC_types over probed codecsMichael Niedermayer2014-09-011-1/+1
* | avformat/dfa: use avio_feof()Paul B Mahol2014-08-301-2/+2
* | oggdec: fix invalid free on errorwm42014-08-301-1/+0
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-08-301-4/+4
|\ \
| * | lavf/rtpdec_hevc: Fix compilation with -DDEBUG.Carl Eugen Hoyos2014-08-301-4/+4
* | | avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer2014-08-301-2/+2
|/ /
* | avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl...Michael Niedermayer2014-08-301-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-293-3/+3
* | avformat/wtvdec: seek over broken chunksPeter Ross2014-08-291-2/+27
* | avformat/webmdashenc: use av_strlcpy() and allocate enough spaceMichael Niedermayer2014-08-291-2/+2
* | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-294-6/+5
* | Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7'Michael Niedermayer2014-08-291-33/+100
|\ \ | |/
| * matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
* | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-283-1/+75
|\ \ | |/
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-283-2/+77
* | Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer2014-08-281-0/+50
|\ \ | |/
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+50
* | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'Michael Niedermayer2014-08-281-0/+1
|\ \ | |/
| * matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
| * mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
* | avformat/soxenc: return more meaningful error codePaul B Mahol2014-08-281-1/+1
* | avformat/icoenc: Remove deprecated use of codec_nameMichael Niedermayer2014-08-281-1/+2
* | avformat/rtpdec_asf: fix compiler warning about const qualifier being discardedMichael Niedermayer2014-08-271-1/+1
* | avformat/rdt: fix compiler warning about const qualifier being discardedMichael Niedermayer2014-08-271-1/+1
* | avformat/aviobuf: remove uses of deprecated url_feof()Michael Niedermayer2014-08-271-2/+2
* | lavf/mp3enc: don't abort if audio packets can't be bufferedJames Almer2014-08-271-2/+6
OpenPOWER on IntegriCloud