summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-301-2/+15
* avformat/segment: atomically update list if possibleMichael Niedermayer2015-08-281-2/+12
* lavf/mpegenc: provide better feedback in case of invalid media typeStefano Sabatini2015-08-271-1/+3
* Merge commit 'e176639bcbf4b580edb462a6b0650e53cd5e3c04'Hendrik Leppkes2015-08-271-2/+2
|\
| * webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-251-2/+2
| * hlsenc: Support outputting specific versionsLuca Barbato2015-08-251-4/+11
* | avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-08-271-4/+7
* | lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos2015-08-271-0/+26
* | avformat/segment: Do not free the filename twiceMichael Niedermayer2015-08-261-0/+1
* | matroskaenc: Fix indentationTimothy Gu2015-08-251-18/+18
* | lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes2015-08-251-2/+2
* | avformat/aa: use correct format specifier in sscanfVesselin Bontchev2015-08-251-2/+13
* | lavf/segment: Fix memleak.Carl Eugen Hoyos2015-08-251-0/+1
* | avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer2015-08-251-6/+6
* | lavf/dnxhd: Autodetect more valid files.Carl Eugen Hoyos2015-08-251-1/+1
* | lavf/file: check for dirent.h supportMariusz Szczepańczyk2015-08-251-28/+52
* | lavf/file: implement directory listing callbacksLukasz Marek2015-08-251-0/+87
* | avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loopsMichael Niedermayer2015-08-241-0/+2
* | avformat/hevc: Fix parsing errorsArthur Grant2015-08-241-2/+4
* | rtpenc_chain: also copy AVFMT_FLAG_BITEXACT to new AVFormatContextAndreas Cadhalpun2015-08-231-1/+1
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-234-9/+33
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-222-1/+11
* | version: Fix two more typosTimothy Gu2015-08-221-2/+2
* | avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde2015-08-211-3/+3
* | Add support for Audible AA filesVesselin Bontchev2015-08-213-0/+305
* | avformat/webmdashenc: fix uninitialized variableGanesh Ajjanagadde2015-08-201-3/+3
* | avformat/ftp: use correct enum typeGanesh Ajjanagadde2015-08-201-1/+1
* | lavf/mpeg: Allow users to force audio codec MLP.Carl Eugen Hoyos2015-08-201-1/+1
* | avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer2015-08-201-0/+2
* | lavf/ftp: implement move and delete callbacksMariusz Szczepańczyk2015-08-201-0/+61
* | */version.h: Add note/recommandition about bumping majorMichael Niedermayer2015-08-191-0/+5
* | libavformat/matroskaenc.c: fix small memory leaks on errorNeil Birkbeck2015-08-191-23/+44
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-183-5/+5
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-187-21/+28
* | Merge commit '317cfaa5e09755ed0b34af512ec687963a67bdbf'Hendrik Leppkes2015-08-181-2/+4
|\ \ | |/
| * asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
| * hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* | Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes2015-08-182-9/+11
|\ \ | |/
| * movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-122-7/+9
* | lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs2015-08-161-1/+3
* | mxfdec: set AVFMT_SEEK_TO_PTS demuxer flagMarton Balint2015-08-141-0/+1
* | lavf/mpegts: apply misc option description fixesStefano Sabatini2015-08-141-8/+8
* | avformat/rmdec: MLTI with multiple MDPR supportMichael Niedermayer2015-08-141-8/+38
* | avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata()Michael Niedermayer2015-08-141-15/+22
* | lavf/ftp: implement NLST methodMariusz Szczepańczyk2015-08-141-14/+81
* | avformat/wavdec: Detect wrongly interpreted specification about the sample va...Michael Niedermayer2015-08-131-0/+9
* | avformat/wavdec: Do not discard sample_count due to roundingMichael Niedermayer2015-08-131-1/+1
* | avformat/tls_gnutls: correct version detection for certificate supportGanesh Ajjanagadde2015-08-131-1/+1
* | avisynth: fix setting stream timebaseMarton Balint2015-08-131-4/+2
* | avformat/avidec: Simplify dshow_block_align based special case detectionMichael Niedermayer2015-08-121-3/+3
OpenPOWER on IntegriCloud