aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/img2dec: Improve detection of valid Quickdraw images.Carl Eugen Hoyos2015-06-291-3/+9
* lavf/asfdec: Reduce minimum header size.Carl Eugen Hoyos2015-06-291-2/+3
* lavf/img2dec: Autodetect dds frames.Carl Eugen Hoyos2015-06-294-1/+15
* avformat/asfdec: Allow packet_obj_size == 0Michael Niedermayer2015-06-291-1/+1
* avformat/asfdec: Print packet_obj_size in case it is invalidMichael Niedermayer2015-06-291-1/+1
* api-h264-test: build with another api testLudmila Glinskih2015-06-292-184/+0
* avformat/asfdec: Print a warning if data is skiped due to less than a frame h...Michael Niedermayer2015-06-281-0/+3
* avformat/asfdec: Reduce FRAME_HEADER_SIZE to 11Michael Niedermayer2015-06-281-1/+1
* Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc'Michael Niedermayer2015-06-281-0/+2
|\
| * mpjpeg: Check stream allocationLuca Barbato2015-06-281-0/+2
* | Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'Michael Niedermayer2015-06-287-34/+1771
|\|
| * lavf: Replace the ASF demuxerAlexandra Hájková2015-06-284-1201/+1375
* | avformat/riffdec: Forward error code from avio_read() in ff_get_guid()Michael Niedermayer2015-06-281-2/+4
* | nutdec: check maxpos in read_sm_data before returning successAndreas Cadhalpun2015-06-271-0/+3
* | lavf/brstm: if the file lies about the last block's size, correct itRodger Combs2015-06-271-0/+9
* | avformat/hls: do not iterate to next sequence number if interruption is reque...schenk michael2015-06-261-0/+2
* | lavf/brstm: expose the loop point when presentRodger Combs2015-06-251-2/+13
* | electronicarts: demux alpha streamPeter Ross2015-06-251-3/+15
* | electronicarts: move video stream properties into dedicated structurePeter Ross2015-06-251-56/+67
* | libavformat: Add H264 API testLudmila Glinskih2015-06-252-0/+184
* | Merge commit 'ded5957d75def70d2f1fc1c1eae079230004974b'Michael Niedermayer2015-06-241-1/+1
|\|
| * segafilm: Remove deplanarization hackPaul B Mahol2015-06-242-49/+3
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+1
* | brstm: fix use of uninitialized variablesJames Almer2015-06-241-1/+1
* | lavf: set is_connected flag so url can be properly closedMariusz Szczepańczyk2015-06-241-0/+1
* | avformat/mp3dec: Remove the ID3v1 tag removial codeMichael Niedermayer2015-06-242-8/+1
* | lavf/libssh: implement move and delete callbacksMariusz Szczepańczyk2015-06-241-0/+82
* | lavf/libssh: read empty path from url as /Mariusz Szczepańczyk2015-06-241-0/+3
* | lavf/libssh: implement directory listing callbacksLukasz Marek2015-06-241-6/+105
* | lavf/libsmbclient: implement move and delete callbacksMariusz Szczepańczyk2015-06-241-0/+63
* | avformat/mpegts: Use STREAM_TYPE_PRIVATE_DATA instead of 6Michael Niedermayer2015-06-231-1/+1
* | avformat/electronicarts: Fixed ea_probe function to accept vp6a videosStephan Vedder2015-06-231-0/+2
* | Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'Michael Niedermayer2015-06-221-0/+1
|\|
| * DirectDraw Surface image decoderVittorio Giovara2015-06-221-0/+1
* | Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'Michael Niedermayer2015-06-221-0/+4
|\|
| * Hap decoder and encoderVittorio Giovara2015-06-221-0/+4
| * udp: Fix local_port managementLuca Barbato2015-06-221-1/+1
* | lavf/file: implement move and delete callbacksMariusz Szczepańczyk2015-06-221-0/+38
* | lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-224-1/+60
* | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer2015-06-211-1/+9
|\|
| * mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+9
* | avformat/brstm: support little-endian s16 PCMPaul B Mahol2015-06-211-1/+3
* | lavf/brstm: handle a BFSTM endianness oddityRodger Combs2015-06-211-1/+11
* | lavf/brstm: add support for seekingRodger Combs2015-06-211-0/+23
* | lavf/brstm: cleanup; fix short-block demuxingRodger Combs2015-06-211-34/+43
* | lavf/brstm: move bfstm var to a localRodger Combs2015-06-211-14/+9
* | avformat/rawenc: Store sample number for ADXMichael Niedermayer2015-06-211-0/+20
* | Support demuxing 4gv codec stored in qcp filesPaul B Mahol2015-06-211-0/+7
* | avformat/movenc: Check return code of ff_iso8601_to_unix_time()Michael Niedermayer2015-06-211-1/+6
* | lavf/brstm: allow larger block sizesRodger Combs2015-06-201-1/+1