summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-3/+3
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-287-49/+0
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-251-2/+2
* hlsenc: Support outputting specific versionsLuca Barbato2015-08-251-4/+11
* asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
* hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-122-7/+9
* movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-102-8/+8
* movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* asf: Use time_t where neededLuca Barbato2015-08-041-1/+1
* asfdec: read values properlyAlexandra Hájková2015-08-041-16/+36
* asfdec: prevent the memory leak while reading metadataAlexandra Hájková2015-08-021-10/+12
* asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková2015-07-311-3/+0
* asfdec: do not export empty metadataAlexandra Hájková2015-07-311-2/+4
* asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková2015-07-311-3/+5
* rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö2015-07-301-2/+3
* hls: Save and forward avio optionsLuca Barbato2015-07-301-13/+80
* http: Add the trailing endlines if they are missingLuca Barbato2015-07-301-1/+8
* rtmpproto: free hmac context properlyJames Almer2015-07-301-1/+1
* rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-292-32/+10
* 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