summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: do not align Data Object when Broadcast Flag is setAlexandra Hájková2015-07-271-2/+2
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-2761-108/+108
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-271-2/+4
* asfdec: remove the wrong conditionAlexandra Hájková2015-07-231-1/+1
* asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-231-1/+1
* asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-231-0/+1
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-221-0/+2
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-221-3/+8
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-221-7/+10
* Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+3
* asfdec: make nb_sub to be unsigned intAlexandra Hájková2015-07-191-1/+1
* asfdec: read the replicated data in a separate functionAlexandra Hájková2015-07-191-13/+24
* asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková2015-07-191-2/+2
* asfdec: do not read replicated data when their length is 0Alexandra Hájková2015-07-191-11/+13
* Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-171-1/+1
* mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-151-1/+1
* mp3: Forward seeking errorsLuca Barbato2015-07-131-1/+3
* asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková2015-07-131-4/+8
* asfdec: always reset packet state after seekingHendrik Leppkes2015-07-121-4/+2
* riff: Validate bitrateAndreas Cadhalpun2015-07-111-1/+19
* mp3: Make the seek more robustLuca Barbato2015-07-111-11/+65
* riff: Use the correct logging contextLuca Barbato2015-07-1110-12/+13
* asfdec: Fix reading from the pipeAlexandra Hájková2015-07-101-1/+2
* lavf/hevc: pad the RBSP buffer as required by the bistream readerAnton Khirnov2015-07-081-1/+1
* mpjpeg: Write the Content-lengthFrank Heckenbach2015-07-041-1/+4
* mpjpeg: Simplify using avio_printfLuca Barbato2015-07-041-10/+3
* lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-031-0/+4
* asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková2015-07-031-0/+2
* asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková2015-07-031-1/+2
* mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara2015-07-011-3/+3
* mov: Adjust variable types to fix format warningsVittorio Giovara2015-07-011-1/+1
* dump: Use the correct abs() versionVittorio Giovara2015-07-011-1/+1
* mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-301-7/+7
* mpegts: Add jpeg2000 stream typeJohn Högberg2015-06-301-0/+1
* riff: Validate the wav header size before trying to parse itLuca Barbato2015-06-281-0/+3
* asf: Do not skip data streamsLuca Barbato2015-06-281-6/+0
* mpjpeg: Check stream allocationLuca Barbato2015-06-281-0/+2
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-284-1201/+1375
* segafilm: Remove deplanarization hackPaul B Mahol2015-06-242-49/+3
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+1
* DirectDraw Surface image decoderVittorio Giovara2015-06-221-0/+1
* Hap decoder and encoderVittorio Giovara2015-06-221-0/+4
* udp: Fix local_port managementLuca Barbato2015-06-221-1/+1
* mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+9
* nut: Drop doxygen markersLuca Barbato2015-06-151-12/+12
* riff: Add MNM4 FourCC as mpeg4Vittorio Giovara2015-06-151-0/+1
* tls_gnutls: fix hang on disconnectionwm42015-06-141-1/+1
* flv: Name an enum and use its typeVittorio Giovara2015-06-122-2/+3
OpenPOWER on IntegriCloud