summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: don't use %s for strftime on msvcHendrik Leppkes2017-02-251-1/+2
* avformat/hlsenc: fix hls_flags temp_file bugSteven Liu2017-02-251-28/+27
* avcodec: add ScreenPressor decoderPaul B Mahol2017-02-221-0/+1
* avformat/matroskaenc: don't write DisplayUnit with value Unknown on WebM filesJames Almer2017-02-211-1/+1
* avformat/sierravmd: Support for Shivers 2 stereo tracksNicolas Roy-Renaud2017-02-211-7/+13
* avformat/hlsenc: fix cid 1401346 Dereferencing pointer errorSteven Liu2017-02-211-2/+2
* avformat/mpl2dec: skip BOM when probingPaul B Mahol2017-02-211-0/+8
* lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos2017-02-211-1/+1
* lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-201-0/+12
* avformat/fifo: assert on disallowed message type and state combinationsMarton Balint2017-02-191-1/+4
* avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer2017-02-191-2/+5
* avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers wit...Michael Niedermayer2017-02-181-0/+3
* avformat/hlsenc: set default http method to PUT when method is nullSteven Liu2017-02-181-10/+19
* lavf/riff: Support decoding files with broken mediasubtype base guid.Thierry Foucu2017-02-172-0/+4
* avformat/dashenc: Only use temporary files when outputting to file protocolThomas Stephens2017-02-141-6/+23
* HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-146-1/+68
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-02-141-1/+10
* avformat/hlsenc: fix stream level metadata handlingBela Bodecs2017-02-131-0/+1
* movenc: add support for track names in ISML manifestsJan Ekström2017-02-121-0/+18
* lavf/mpegts: Make a pointer cast explicit.Carl Eugen Hoyos2017-02-121-1/+1
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-121-0/+1
* avformat/flic: fix handling of EOF casePaul B Mahol2017-02-111-2/+2
* lavf/omadec: Fix packet duration for Atrac 3 lossless.Carl Eugen Hoyos2017-02-111-2/+7
* lavf/rtpdec_mpeg4: Constify a function parameter.Carl Eugen Hoyos2017-02-111-1/+1
* lavf/omadec: Remove an unsed variable.Carl Eugen Hoyos2017-02-111-2/+2
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-113-39/+112
* avformat/hlsenc: deprecate hls_wrap optionSteven Liu2017-02-112-1/+29
* avformat/apetag: bump micro versionJames Almer2017-02-101-1/+1
* avformat/apetag: reorder some code to improve readabilityJames Almer2017-02-101-6/+6
* avformat/apetag: account for header size if present when returning the start ...James Almer2017-02-102-1/+6
* avformat/apetag: fix flag value to signal footer presenceJames Almer2017-02-101-4/+3
* lavf/movenc: Remove two unused variables.Carl Eugen Hoyos2017-02-101-4/+1
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz2017-02-101-2/+7
* lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-101-2/+2
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* matroska: demux BluRay text subtitlesPetri Hintukainen2017-02-071-0/+1
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-071-0/+25
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-061-3/+7
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-041-4/+1
* lavf/isom: Support DTS Express in mov.Carl Eugen Hoyos2017-02-031-0/+1
* Merge commit '7f549b8338ed3775fec4bf10421ff5744e5866dd'Clément Bœsch2017-02-021-2/+3
|\
| * riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes2016-07-221-1/+5
| * mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-201-2/+7
* | avformat/msf: support codec 1, which is 16 bit pcm lePaul B Mahol2017-02-011-0/+1
* | Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-011-5/+7
|\ \ | |/
| * mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
| * mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
| * mp3enc: write trailing paddingAnton Khirnov2016-07-151-3/+4
| * mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov2016-07-151-2/+4
OpenPOWER on IntegriCloud