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
*
Make parse_key_value from httpauth a common lavf internal function
Martin Storsjö
2010-08-19
1
-0
/
+54
*
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-18
1
-6
/
+6
*
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs
2010-08-17
1
-6
/
+6
*
Fix segv when stream copy and validate_tag fails, st->codec->codec is not set
Baptiste Coudurier
2010-08-12
1
-2
/
+2
*
Fix mem leak when trying to open a non-existing image file (issue 2126).
Przemysław Sobala
2010-08-10
1
-0
/
+1
*
Make hex_to_data a lavf internal function
Martin Storsjö
2010-08-09
1
-0
/
+28
*
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
Stefano Sabatini
2010-07-26
1
-2
/
+4
*
Move AVStream->codec_info_nb_frames increment after try_decode_frame
Baptiste Coudurier
2010-07-03
1
-2
/
+1
*
In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...
Baptiste Coudurier
2010-07-03
1
-2
/
+8
*
Make "invalid dts/pts combination" a debug instead of a warning message.
XBMC
2010-06-30
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...
Eli Friedman
2010-06-28
1
-1
/
+1
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
1
-0
/
+18
*
Fix failure in av_read_frame on timestamp rollover.
Stephen Dredge
2010-06-22
1
-3
/
+3
*
ff_url_join: Don't add any at-char if the auth is an empty string
Martin Storsjö
2010-06-19
1
-1
/
+1
*
Add compatibility wrappers for functions moved from lavf to lavc
Måns Rullgård
2010-06-15
1
-1
/
+31
*
Fix muxing rgb rawvideo in avi regression.
Michael Niedermayer
2010-06-05
1
-0
/
+4
*
Make the error message issued in case of invalid codec tag more
Stefano Sabatini
2010-06-02
1
-2
/
+4
*
Print an error when MAX_STREAMS is reached.
Michael Niedermayer
2010-06-01
1
-1
/
+3
*
Make sure that when the parser is feeded with frame==packet that the
Michael Niedermayer
2010-05-27
1
-0
/
+8
*
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...
Alex Converse
2010-05-26
1
-0
/
+2
*
Display a more descriptive log message when probe buffer limit is
Jai Menon
2010-05-24
1
-1
/
+1
*
Make av_write_header() return AVERROR(EINVAL) rather than -1 if the
Stefano Sabatini
2010-05-22
1
-5
/
+5
*
Store in a dedicated array the format name - codec id - codec type
Stefano Sabatini
2010-05-22
1
-26
/
+21
*
Prefer enum CodecID over int in ff_codec_get_tag().
Stefano Sabatini
2010-05-22
1
-1
/
+1
*
Add a libavformat internal function ff_write_chained
Martin Storsjö
2010-05-21
1
-0
/
+19
*
Validate AVCodecTag vs CodecID.
Francesco Lavra
2010-05-18
1
-5
/
+39
*
Factorize some code into the new function ff_toupper4().
Francesco Lavra
2010-05-18
1
-4
/
+2
*
Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.
Baptiste Coudurier
2010-05-14
1
-1
/
+1
*
Export av_probe_input_format2.
Reimar Döffinger
2010-05-01
1
-1
/
+1
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Do not probe when the format is known.
Jean-Daniel Dupas
2010-04-13
1
-1
/
+1
*
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.
Michael Niedermayer
2010-04-11
1
-1
/
+2
*
Dont try to compute AVPacket duration for possibly interlaced video codecs
Michael Niedermayer
2010-04-09
1
-0
/
+5
*
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...
Tomas Härdin
2010-04-08
1
-8
/
+5
*
Fix rounding direction for calculation of AVPacket.duration.
Michael Niedermayer
2010-04-04
1
-1
/
+1
*
Limit probing to probesize.
Michael Niedermayer
2010-04-01
1
-1
/
+1
*
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
Michael Niedermayer
2010-03-31
1
-2
/
+5
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-7
/
+7
*
Probe aac codecs for CODEC_ID_PROBE.
Joakim Plate
2010-03-31
1
-0
/
+3
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-38
/
+38
*
Fix updating condition for the probe_size variable in the internal
Micah F. Galizia
2010-03-26
1
-1
/
+7
*
Reindent
Martin Storsjö
2010-03-25
1
-3
/
+3
*
Add a lowercase parameter to ff_data_to_hex
Martin Storsjö
2010-03-25
1
-2
/
+7
*
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
Stefano Sabatini
2010-03-21
1
-1
/
+1
*
Fix erroneous behaviour when format probe hits end of file
Måns Rullgård
2010-03-16
1
-0
/
+1
*
rename av_read_frame_flush to ff_read_frame_flush
Aurelien Jacobs
2010-03-15
1
-4
/
+4
*
rename av_program_add_stream_index to ff_program_add_stream_index
Aurelien Jacobs
2010-03-15
1
-1
/
+1
*
Move the NTP offset definitions to internal.h
Martin Storsjö
2010-03-15
1
-3
/
+0
[next]