summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge commit '379e5603f4131e677ecf5ba79973dcd5603f28ea'Michael Niedermayer2015-05-10
|\
| * id3v2: Do not export empty APIC descriptionwm42015-05-09
* | Merge commit '254f3daba4271c1918d9a7ad155b1442ef93ed29'Michael Niedermayer2015-05-10
|\|
| * nut: Make sure to clean up on read_header failureLuca Barbato2015-05-09
* | Merge commit '4d0ee4962be7e07cdc038a78008ef2e4e47e5f81'Michael Niedermayer2015-05-10
|\|
| * avi: Validate sample_sizeAndreas Cadhalpun2015-05-09
* | Merge commit 'b34257eefd98cb768ea2f53a390b8684d51e689a'Michael Niedermayer2015-05-10
|\|
| * nut: Check chapter creation in decode_info_headerAndreas Cadhalpun2015-05-08
| * mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2015-05-06
* | avformat/wavenc: Check umid lengthMichael Niedermayer2015-05-10
* | avformat/wavenc: fix string length variable typesMichael Niedermayer2015-05-10
* | avformat/nutenc: Fix writing strings larger than 2gbMichael Niedermayer2015-05-10
* | avformat/http: Mark lower_proto as const in http_listen()Michael Niedermayer2015-05-10
* | avformat/mxf: Always evaluate PRINT_KEY() arguments at compile timeMichael Niedermayer2015-05-10
* | avformat/mxf: Simplify PRINT_KEY()Michael Niedermayer2015-05-10
* | avformat_alloc_context: initialize raw_packet_buffer_remaining_size.Reimar Döffinger2015-05-10
* | id3v2: do not export APIC description if emptywm42015-05-08
* | lavf/img2dec: Autodetect qdraw images.Carl Eugen Hoyos2015-05-07
* | avformat/internal: always check arguments of hex_dump_debug()Michael Niedermayer2015-05-07
* | avformat/asfdec: do not define print_guid() to nothingMichael Niedermayer2015-05-07
* | Merge commit '6c8c7c246280cdcd23e4d99006b95245ae837278'Michael Niedermayer2015-05-06
|\|
| * dump: Print AVAudioServiceType side dataVittorio Giovara2015-05-06
* | Merge commit '7b734ee55dbb8476d7ad63c7daf55c534cf82d5d'Michael Niedermayer2015-05-06
|\|
| * lavf: Open PICT images with QuickdrawVittorio Giovara2015-05-06
* | lavf/riff: Add MultiScope II fourcc MSC2 as MJPEG.Carl Eugen Hoyos2015-05-05
* | avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dtsMichael Niedermayer2015-05-05
* | avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer2015-05-05
* | avformat/avidec: print a warning for negative sample_sizeMichael Niedermayer2015-05-05
* | avidec: avoid infinite loop due to negative ast->sample_sizeAndreas Cadhalpun2015-05-05
* | avidec: check for valid bit_rate rangeAndreas Cadhalpun2015-05-04
* | lavf/apngenc: Fix png remuxing by using default extension apng.Carl Eugen Hoyos2015-05-04
* | lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos2015-05-04
* | avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer2015-05-04
* | matroskadec: check s->streams[k] before using itAndreas Cadhalpun2015-05-04
* | matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun2015-05-04
* | avformat/matroskadec: Mark static tables as constMichael Niedermayer2015-05-02
* | lavf/http: support HTTPS when listeningRodger Combs2015-05-02
* | avformat/mpegts: Detect changes in packet through CRC instead of just the 5bi...Michael Niedermayer2015-05-01
* | avformat/mpegts: reset last_ver on corrupted packetsMichael Niedermayer2015-05-01
* | avformat/mpegts: Factorize version checking code outMichael Niedermayer2015-05-01
* | lavf/webm_chunk: Fix a memory leak.Vignesh Venkatasubramanian2015-04-30
* | lavf/webm_chunk: Use dyn_buf to write chunksVignesh Venkatasubramanian2015-04-30
* | avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer2015-04-30
* | avformat/mpegts: Also parse the FMC descriptor if the codec has not been iden...Michael Niedermayer2015-04-29
* | avformat/mpegts: reset last_version on seekingMichael Niedermayer2015-04-29
* | Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'Michael Niedermayer2015-04-29
|\|
| * mpegts: Update the PSI/SI table only if the version changeJohn Högberg2015-04-28
* | nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun2015-04-28
* | nutdec: fix memleaks on error in nut_read_headerAndreas Cadhalpun2015-04-28
* | nutdec: check chapter creation in decode_info_headerAndreas Cadhalpun2015-04-28