index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: force single-threaded decoding in avformat_find_stream_info
Janne Grunau
2012-01-20
1
-3
/
+20
*
lavf: free packets for muxers implementing interleave_packet().
Anton Khirnov
2012-01-18
1
-3
/
+6
*
utils: Check for extradata size overflows.
Alex Converse
2012-01-12
1
-1
/
+3
*
lavf: cosmetics, reformat av_read_frame().
Anton Khirnov
2012-01-05
1
-12
/
+11
*
lavf: refactor av_read_frame() to make it easier to understand.
Anton Khirnov
2012-01-05
1
-25
/
+33
*
lavf: flush decoders in avformat_find_stream_info().
Anton Khirnov
2012-01-03
1
-19
/
+19
*
threads: default to automatic thread count detection
Janne Grunau
2011-12-31
1
-4
/
+15
*
libavformat: Add a utility function for adding parameter change side data
Martin Storsjö
2011-12-21
1
-0
/
+43
*
lavf: force threads to 1 in avformat_find_stream_info()
Anton Khirnov
2011-12-18
1
-0
/
+5
*
lavf: dealloc private options in av_write_trailer
Luca Barbato
2011-12-13
1
-1
/
+1
*
lavf: add avformat_close_input().
Anton Khirnov
2011-12-12
1
-0
/
+9
*
lavf: deprecate av_close_input_stream().
Anton Khirnov
2011-12-12
1
-1
/
+6
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-2
/
+2
*
avformat/utils: Drop unused goto label.
Diego Biurrun
2011-12-07
1
-1
/
+0
*
avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
Justin Ruggles
2011-12-04
1
-15
/
+16
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+9
*
lavf: estimate frame duration from r_frame_rate.
Anton Khirnov
2011-11-30
1
-1
/
+4
*
pthread: do not touch has_b_frames
Janne Grunau
2011-11-22
1
-5
/
+0
*
avformat: Accept the ISO8601 separate format as input, too
Martin Storsjö
2011-11-16
1
-3
/
+8
*
avformat: Interpret times in ff_iso8601_to_unix_time as UTC
Martin Storsjö
2011-11-16
1
-1
/
+2
*
lavf: fix multiplication overflow in avformat_find_stream_info()
Mans Rullgard
2011-11-15
1
-1
/
+1
*
lavf: pass options from AVFormatContext to avio.
Anton Khirnov
2011-11-13
1
-3
/
+3
*
avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards
Martin Storsjö
2011-11-13
1
-1
/
+2
*
avformat: Use ff_check_interrupt
Martin Storsjö
2011-11-13
1
-1
/
+1
*
lavf: don't leak corrupted packets
Andrey Utkin
2011-11-09
1
-0
/
+1
*
avformat: Avoid a warning about mixed declarations and code
Martin Storsjö
2011-11-08
1
-1
/
+1
*
avformat: Warn about using network functions without calling avformat_network...
Martin Storsjö
2011-11-07
1
-0
/
+1
*
lavf: don't return from void av_update_cur_dts()
Anton Khirnov
2011-11-06
1
-1
/
+1
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-4
/
+3
*
avformat: Add functions for doing global network initialization
Martin Storsjö
2011-11-05
1
-0
/
+20
*
lavf: use number of output pictures for delay checks.
Ronald S. Bultje
2011-10-28
1
-1
/
+3
*
probe: Restore identification of files with very large id3 tags and no extens...
Alex Converse
2011-10-28
1
-0
/
+8
*
probe: Remove id3 tag presence as a criteria to do file extension checking.
Alex Converse
2011-10-28
1
-1
/
+1
*
lavf: make some seeking functions private
Anton Khirnov
2011-10-28
1
-7
/
+38
*
lavf: simplify by using FFMAX/FFMIN.
Anton Khirnov
2011-10-25
1
-12
/
+6
*
lavc: use avpriv_ prefix for ff_toupper4.
Anton Khirnov
2011-10-20
1
-2
/
+2
*
lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
2011-10-20
1
-1
/
+1
*
avformat: do not require frame_size for Speex.
Justin Ruggles
2011-10-20
1
-1
/
+0
*
lavf: add avformat_new_stream as a replacement for av_new_stream.
Anton Khirnov
2011-10-19
1
-2
/
+11
*
lavf: deprecate AVFormatContext.file_size
Anton Khirnov
2011-10-17
1
-8
/
+6
*
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Justin Ruggles
2011-10-13
1
-0
/
+2
*
avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.
Justin Ruggles
2011-10-13
1
-10
/
+14
*
lavf: fix signed overflow in avformat_find_stream_info()
Mans Rullgard
2011-10-08
1
-2
/
+2
*
lavf: Avoid using av_malloc(0) in av_dump_format
Martin Storsjö
2011-09-30
1
-1
/
+1
*
oggdec: add support for Xiph's CELT codec
Nicolas George
2011-09-26
1
-1
/
+2
*
lavf: do not set codec_tag for rawvideo
Mans Rullgard
2011-09-25
1
-3
/
+0
*
prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
Diego Biurrun
2011-09-23
1
-0
/
+1
*
lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails
David Goldwich
2011-09-19
1
-1
/
+1
*
lavf utils: Remove write-only variable
Alex Converse
2011-09-14
1
-2
/
+1
*
lavf utils: Rename shadowing variable
Alex Converse
2011-09-14
1
-4
/
+4
[next]