summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer2015-09-05
* lavf/aiffenc: Clarify an error message.Carl Eugen Hoyos2015-09-05
* lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].Arnaud Bienner2015-09-05
* lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner2015-09-05
* lavf/riff: Support fourcc AVd1 for dvvideo.Arnaud Bienner2015-09-05
* lavc/mxfdec: Support more mxf files with codec_ul.Carl Eugen Hoyos2015-09-04
* avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer2015-09-03
* lavf/http: Remove superfluous parenthesis.Stephan Holljes2015-09-03
* lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes2015-09-03
* avformat/concatdec: Check file variable before dereferencingMichael Niedermayer2015-09-03
* avformat/file: Fix copy and paste errorMichael Niedermayer2015-09-03
* avformat/hlsenc: Fix memleak of pathMichael Niedermayer2015-09-03
* avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer2015-09-03
* avformat/latmenc: Add assert to avoid coverity warningMichael Niedermayer2015-09-03
* avformat/swfdec: Check return value of init_get_bits8()Michael Niedermayer2015-09-03
* avformat/mov: Fix integer overflow in FFABSMichael Niedermayer2015-09-03
* avformat/dump: Fix integer overflow in aspect ratio calculationMichael Niedermayer2015-09-03
* lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-02
* avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi2015-09-02
* lavf/dv: Do not return EIO for every error (like EOF).Carl Eugen Hoyos2015-09-02
* avformat/mxg: Use memmove()Michael Niedermayer2015-09-01
* mpegts: demux BluRay text subtitlesPetri Hintukainen2015-09-01
* mpegts: fix demuxing PES private stream 2Petri Hintukainen2015-09-01
* rtmp: support the AMF_DATE tagAndrew Stone2015-09-01
* lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-01
* mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-30
* avformat/segment: atomically update list if possibleMichael Niedermayer2015-08-28
* lavf/mpegenc: provide better feedback in case of invalid media typeStefano Sabatini2015-08-27
* Merge commit 'e176639bcbf4b580edb462a6b0650e53cd5e3c04'Hendrik Leppkes2015-08-27
|\
| * webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-25
| * hlsenc: Support outputting specific versionsLuca Barbato2015-08-25
* | avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-08-27
* | lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos2015-08-27
* | avformat/segment: Do not free the filename twiceMichael Niedermayer2015-08-26
* | matroskaenc: Fix indentationTimothy Gu2015-08-25
* | lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes2015-08-25
* | avformat/aa: use correct format specifier in sscanfVesselin Bontchev2015-08-25
* | lavf/segment: Fix memleak.Carl Eugen Hoyos2015-08-25
* | avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer2015-08-25
* | lavf/dnxhd: Autodetect more valid files.Carl Eugen Hoyos2015-08-25
* | lavf/file: check for dirent.h supportMariusz SzczepaƄczyk2015-08-25
* | lavf/file: implement directory listing callbacksLukasz Marek2015-08-25
* | avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loopsMichael Niedermayer2015-08-24
* | avformat/hevc: Fix parsing errorsArthur Grant2015-08-24
* | rtpenc_chain: also copy AVFMT_FLAG_BITEXACT to new AVFormatContextAndreas Cadhalpun2015-08-23
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-23
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-22
* | version: Fix two more typosTimothy Gu2015-08-22
* | avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde2015-08-21
* | Add support for Audible AA filesVesselin Bontchev2015-08-21