summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-25
* hlsenc: Support outputting specific versionsLuca Barbato2015-08-25
* asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-16
* hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-16
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-12
* movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-10
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-10
* movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-10
* asf: Use time_t where neededLuca Barbato2015-08-04
* asfdec: read values properlyAlexandra Hájková2015-08-04
* asfdec: prevent the memory leak while reading metadataAlexandra Hájková2015-08-02
* asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková2015-07-31
* asfdec: do not export empty metadataAlexandra Hájková2015-07-31
* asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková2015-07-31
* rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö2015-07-30
* hls: Save and forward avio optionsLuca Barbato2015-07-30
* http: Add the trailing endlines if they are missingLuca Barbato2015-07-30
* rtmpproto: free hmac context properlyJames Almer2015-07-30
* rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-29
* asfdec: do not align Data Object when Broadcast Flag is setAlexandra Hájková2015-07-27
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-27
* asfdec: remove the wrong conditionAlexandra Hájková2015-07-23
* asfdec: increment nb_streams right after the stream allocationAlexandra Hájková2015-07-23
* asfdec: set nb_streams to 0 in the asf_read_closeAlexandra Hájková2015-07-23
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-22
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-22
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-22
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* asfdec: make nb_sub to be unsigned intAlexandra Hájková2015-07-19
* asfdec: read the replicated data in a separate functionAlexandra Hájková2015-07-19
* asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková2015-07-19
* asfdec: do not read replicated data when their length is 0Alexandra Hájková2015-07-19
* Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-17
* mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-15
* mp3: Forward seeking errorsLuca Barbato2015-07-13
* asfdec: prevent memory leaks found with Coverity ScanAlexandra Hájková2015-07-13
* asfdec: always reset packet state after seekingHendrik Leppkes2015-07-12
* riff: Validate bitrateAndreas Cadhalpun2015-07-11
* mp3: Make the seek more robustLuca Barbato2015-07-11
* riff: Use the correct logging contextLuca Barbato2015-07-11
* asfdec: Fix reading from the pipeAlexandra Hájková2015-07-10
* lavf/hevc: pad the RBSP buffer as required by the bistream readerAnton Khirnov2015-07-08
* mpjpeg: Write the Content-lengthFrank Heckenbach2015-07-04
* mpjpeg: Simplify using avio_printfLuca Barbato2015-07-04
* lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-03
* asfdec: prevent the infinite loop in detect unknown_subobjectAlexandra Hájková2015-07-03
* asfdec: prevent possible memory leak in the asf_read_metadata_objAlexandra Hájková2015-07-03