summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* lavf: free probe data in case we close before probing finishedMichael Niedermayer2012-09-29
* lavf: fill in past dts based on reordered pts once the delay becomes known.Michael Niedermayer2012-09-26
* lavf: factorize timestamp shift in update_initial_timestamps()Michael Niedermayer2012-09-26
* lavf: Add support offset timestamps on muxing.Michael Niedermayer2012-09-26
* lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0Michael Niedermayer2012-09-26
* Handle the following type of relative URL correctly:Duncan Salerno2012-09-26
* Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\
| * lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-24
* | Fix two "skiping" typo.Clément Bœsch2012-09-25
* | lavf: dont add apic streams for demuxers that dont support it.Michael Niedermayer2012-09-25
* | lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()Stefano Sabatini2012-09-24
* | lavf/utils: add error check in av_read_frame()Stefano Sabatini2012-09-24
* | lavf/find_stream_info: make sure we decode at least one frame for DTSMichael Niedermayer2012-09-23
* | lavf: dont open a decoder at the top of find_stream_info before probing has f...Michael Niedermayer2012-09-23
* | lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer2012-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-21
|\|
| * lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-21
| * lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-20
* | Remove code that duplicates existing code a few lines down.Reimar Döffinger2012-09-17
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-16
|\|
| * avformat: fix typo in avformat_close_inputLuca Barbato2012-09-15
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
| * lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-15
|\|
| * avformat: refactor avformat_close_inputLuca Barbato2012-09-14
| * avformat: simplify avformat_close_inputLuca Barbato2012-09-14
* | lavf/compute_pkt_fields: only run pts by duration correction if reference ts ...Michael Niedermayer2012-09-14
* | compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.Michael Niedermayer2012-09-14
* | lavf/avformat_seek_file: fix harmless integer overflowMichael Niedermayer2012-09-11
* | utils/update_stream_timings: fix division by zeroMichael Niedermayer2012-09-10
* | compute_pkt_fields: fix harmless integer overflowMichael Niedermayer2012-09-10
* | ffio_read: dont spam the user at EOF with a truncation errorMichael Niedermayer2012-09-08
* | lavf/utils: fix typo in has_codec_parametersStefano Sabatini2012-09-07
* | lavf: factor codec id forcing outMichael Niedermayer2012-09-07
* | lavu/parseutils: add av_small_strptime()Stefano Sabatini2012-09-06
* | lavf: fix a few typo in some comments.Clément Bœsch2012-09-05
* | lavf: remove a few useless AV_NOWARN_DEPRECATED().Clément Bœsch2012-09-05
* | find_stream_info: update last_dts more oftenMichael Niedermayer2012-08-30
* | lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer2012-08-24
* | lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer2012-08-24
* | lavf: remove unused AVStream pointer.Clément Bœsch2012-08-21
* | lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only().Clément Bœsch2012-08-21
* | lavf: factor ff_free_stream() outMichael Niedermayer2012-08-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-19
|\|
| * libavformat: add const to AVCodec pointersMans Rullgard2012-08-18
* | lavf: add use_wallclock_as_timestampsMichael Niedermayer2012-08-18
* | avformat: export queue_attached_picturesMichael Niedermayer2012-08-16
* | Check for avio fail in avformat_write_header, av_write_frameAndrey Utkin2012-08-14
* | lavf: probe PGS subtitles definition.Nicolas George2012-08-14
* | lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptorMichael Niedermayer2012-08-12