summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavf/brstm: support little-endian files (BCSTM; 3DS)Rodger Combs2015-06-201-38/+62
* | avformat: clarify what package needs to be compiled with SSL supportwm42015-06-181-1/+1
* | id3v2: strip trailing spaces from APIC tagwm42015-06-181-0/+11
* | avformat/id3v2: detect PNG by header instead of mimeMichael Niedermayer2015-06-181-0/+3
* | lavf/brstm: add support for BFSTM filesRodger Combs2015-06-174-21/+112
* | avio: fix potential crashes when combining ffio_ensure_seekback + crcwm42015-06-171-0/+3
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-3/+3
* | matroskadec: validate audio channels and bitdepthAndreas Cadhalpun2015-06-161-0/+12
* | matroskadec: check audio sample rateAndreas Cadhalpun2015-06-161-0/+8
* | avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway2015-06-161-4/+0
* | avformat/mxfdec: Change version byte for JPEG2000 to match mxf.c and RP224v12Michael Niedermayer2015-06-161-1/+1
* | avformat/hlsenc: added HLS encryptionChristian Suloway2015-06-161-2/+116
* | Merge commit '24ad3ac6a3e20350214e6c3f7a931635f264ae07'Michael Niedermayer2015-06-151-13/+13
|\ \ | |/
| * nut: Drop doxygen markersLuca Barbato2015-06-151-12/+12
* | Merge commit '07b2db81d06e1cd6b1718d3e2dd7a42e8bccf8c0'Michael Niedermayer2015-06-151-0/+1
|\ \ | |/
| * riff: Add MNM4 FourCC as mpeg4Vittorio Giovara2015-06-151-0/+1
| * tls_gnutls: fix hang on disconnectionwm42015-06-141-1/+1
* | tls_gnutls: fix hang on disconnectionwm42015-06-141-1/+1
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-142-2/+2
* | avformat/singlejpeg: fix standalone compilationJames Almer2015-06-131-0/+2
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-132-2/+2
* | Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'Michael Niedermayer2015-06-122-2/+3
|\ \ | |/
| * flv: Name an enum and use its typeVittorio Giovara2015-06-122-2/+3
* | Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e'Michael Niedermayer2015-06-121-1/+2
|\ \ | |/
| * segment: Check open_null_ctx() return valueVittorio Giovara2015-06-121-1/+2
| * movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau2015-06-101-1/+1
* | avformat/mxfdec: Detect jpeg2000 through codec_ul tooMichael Niedermayer2015-06-121-0/+14
* | matroskadec: verify seekhead IDswm42015-06-121-0/+12
* | avformat/mpegts: recognizes and export private streamsMichael Niedermayer2015-06-121-0/+8
* | avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-112-1/+8
* | avformat/aiffdec: avoid double and ldexp()Michael Niedermayer2015-06-111-4/+11
* | avformat: Fix bug in parse_rps for HEVC.Deliang Fu2015-06-111-1/+1
* | avformat/movenc: Make static packed_size, const staticMichael Niedermayer2015-06-111-1/+1
* | avformat/mpegts: Do not ignore registration descriptors when probing is enabledMichael Niedermayer2015-06-101-1/+1
* | lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes2015-06-101-1/+3
* | libavformat/flvdec.c: don't build index_entries for input stream if AVIOConte...Igor Derzhavin2015-06-101-2/+3
* | lavf/webm_chunk: Remove AVFMT_ALLOW_FLUSHVignesh Venkatasubramanian2015-06-091-1/+1