summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavf/utils: add error check in av_read_frame()Stefano Sabatini2012-09-241-5/+12
* | lavf/find_stream_info: make sure we decode at least one frame for DTSMichael Niedermayer2012-09-231-0/+2
* | lavf: dont open a decoder at the top of find_stream_info before probing has f...Michael Niedermayer2012-09-231-1/+1
* | lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer2012-09-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-211-0/+6
|\ \ | |/
| * lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-211-0/+2
| * lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-201-0/+5
* | Remove code that duplicates existing code a few lines down.Reimar Döffinger2012-09-171-3/+0
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-11/+18
|\ \ | |/
| * avformat: fix typo in avformat_close_inputLuca Barbato2012-09-151-1/+1
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-0/+4
| * lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-151-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-151-4/+10
|\ \ | |/
| * avformat: refactor avformat_close_inputLuca Barbato2012-09-141-4/+13
| * avformat: simplify avformat_close_inputLuca Barbato2012-09-141-2/+2
* | lavf/compute_pkt_fields: only run pts by duration correction if reference ts ...Michael Niedermayer2012-09-141-1/+1
* | compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.Michael Niedermayer2012-09-141-1/+1
* | lavf/avformat_seek_file: fix harmless integer overflowMichael Niedermayer2012-09-111-1/+1
* | utils/update_stream_timings: fix division by zeroMichael Niedermayer2012-09-101-1/+1
* | compute_pkt_fields: fix harmless integer overflowMichael Niedermayer2012-09-101-1/+1
* | ffio_read: dont spam the user at EOF with a truncation errorMichael Niedermayer2012-09-081-1/+1
* | lavf/utils: fix typo in has_codec_parametersStefano Sabatini2012-09-071-1/+1
* | lavf: factor codec id forcing outMichael Niedermayer2012-09-071-11/+17
* | lavu/parseutils: add av_small_strptime()Stefano Sabatini2012-09-061-8/+2
* | lavf: fix a few typo in some comments.Clément Bœsch2012-09-051-2/+2
* | lavf: remove a few useless AV_NOWARN_DEPRECATED().Clément Bœsch2012-09-051-6/+0
* | find_stream_info: update last_dts more oftenMichael Niedermayer2012-08-301-1/+1
* | lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer2012-08-241-1/+4
* | lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer2012-08-241-5/+5
* | lavf: remove unused AVStream pointer.Clément Bœsch2012-08-211-1/+0
* | lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only().Clément Bœsch2012-08-211-1/+1
* | lavf: factor ff_free_stream() outMichael Niedermayer2012-08-211-16/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-191-2/+2
|\ \ | |/
| * libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* | lavf: add use_wallclock_as_timestampsMichael Niedermayer2012-08-181-0/+3
* | avformat: export queue_attached_picturesMichael Niedermayer2012-08-161-4/+4
* | Check for avio fail in avformat_write_header, av_write_frameAndrey Utkin2012-08-141-2/+10
* | lavf: probe PGS subtitles definition.Nicolas George2012-08-141-0/+10
* | lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptorMichael Niedermayer2012-08-121-22/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-121-0/+19
|\ \ | |/
| * lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
| * lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-121-0/+6
* | lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ismMichael Niedermayer2012-08-121-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-111-2/+2
|\ \ | |/
| * lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
| * dict: add av_dict_count()Mans Rullgard2012-08-101-1/+1
* | lavf: block special characters in dump metadataMichael Niedermayer2012-08-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-64/+64
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-54/+54
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-061-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud