summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer2017-09-101-1/+1
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-09-101-0/+2
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-09-101-1/+1
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-09-101-1/+1
* avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer2017-07-291-20/+37
* avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer2017-07-291-20/+48
* avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer2017-07-261-2/+7
* avformat/hls: Check local file extensionsMichael Niedermayer2017-06-061-1/+17
* avformat/options: log filename on openMichael Niedermayer2017-06-062-1/+13
* libavformat/hls: Observe Set-Cookie headersMicah Galizia2017-06-021-2/+10
* libavformat/http: Ignore expired cookiesMicah Galizia2017-06-021-57/+156
* avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer2017-06-021-0/+3
* avformat/mux: Fix copy an paste typoMichael Niedermayer2017-06-021-1/+1
* lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron2017-05-231-4/+4
* Use AVOnce as a static variable consistentlyHendrik Leppkes2017-05-221-1/+1
* avformat/wavdec: Check chunk_size李赞2017-05-141-0/+2
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-05-141-1/+5
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-05-141-0/+4
* avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-061-3/+1
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-04-261-2/+5
* avformat/movenc: auto insert vp9_superframe bsf when neededJames Almer2017-04-121-0/+2
* avformat/oggparseogm: Check ff_alloc_extradata() for failureMichael Niedermayer2017-04-111-1/+2
* avformat/oggparseogm: Check available data before reading global headerMichael Niedermayer2017-04-111-0/+2
* avformat/matroskaenc: don't try to update flac extradata if live streamingJames Almer2017-04-081-1/+1
* avformat/mov: Check creation_time for overflowMichael Niedermayer2017-04-081-0/+6
* libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-04-081-0/+1
* Bump minor for 3.3Michael Niedermayer2017-04-021-1/+1
* avformat/oggparsedaala: Do not leave an invalid value in gpshiftMichael Niedermayer2017-04-011-0/+1
* avformat/oggparsedaala: Check duration for AV_NOPTS_VALUEMichael Niedermayer2017-04-011-1/+1
* Merge commit 'd860a3cc0a12360a92b9ffd179a0c34413beaf88'Clément Bœsch2017-04-011-31/+28
|\
| * crypto: Add encryption supportChristian Suloway2016-11-171-21/+146
* | Merge commit '3cc3463f306f425f76bd962755df1132eeac6dfa'Clément Bœsch2017-04-011-12/+14
|\ \ | |/
| * avisynth: Support pix_fmts added to AviSynth+Stephen Hutchinson2016-11-171-1/+165
| * avisynth: Simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-11-171-22/+5
| * avisynth: Fix setting stream timebaseMarton Balint2016-11-171-5/+3
| * mov: Fix identity matrix boolean logicVittorio Giovara2016-11-161-2/+2
* | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer2017-03-311-2/+1
|\ \ | |/
| * Drop pointless void* castsDiego Biurrun2016-11-131-2/+1
| * nut: Use correct function pointer casts instead of void*Diego Biurrun2016-11-123-5/+10
| * matroskaenc: write updated STREAMINFO metadata for FLAC streams if availableJames Almer2016-11-101-0/+27
| * matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsfJames Almer2016-11-101-6/+74
* | avformat/dump: use av_spherical_projection_name() to print spherical projecti...James Almer2017-03-311-10/+1
* | lavf/amr: Return AVERROR_EOF on EOF.Carl Eugen Hoyos2017-03-311-1/+3
* | lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva2017-03-312-4/+24
* | Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
* | Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-311-1/+1
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-3111-27/+23
|\ \ | |/
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-0813-32/+28
| * mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-081-7/+5