index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Age
Commit message (
Expand
)
Author
2011-02-10
make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIRED
Peter Ross
2011-02-09
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-08
lavf: rename ff_probe_input_buffer to make it public
Anssi Hannula
2011-02-08
lavf: simplify pb parameter of ff_probe_input_buffer
Anssi Hannula
2011-02-06
Make av_set_pts_info keep previous time base if new one is invalid.
Reimar Döffinger
2011-02-04
libavformat: Add a function for freeing an AVFormatContext
Martin Storsjö
2011-02-03
add ff_index_search_timestamp and ff_add_index_entry
Peter Ross
2011-01-25
Make ff_interleave_compare_dts static to utils.c.
Diego Elio Pettenò
2011-01-11
Clarify timestamps related error messages in compute_pkt_fields2().
Stefano Sabatini
2011-01-06
Fix assertion fail on audio files with invalid sample rates,
Daniel Kang
2011-01-06
Revert previous commit, as it was not meant to be pushed.
Stefano Sabatini
2011-01-06
Issue more explicit error messages in compute_pkt_fields2().
Stefano Sabatini
2011-01-06
In av_close_input_stream(), flush the packet queue before to actually
Stefano Sabatini
2011-01-02
Add AVOption support for muxers.
Anssi Hannula
2010-12-27
Implement av_find_best_stream.
Nicolas George
2010-12-27
Allow output formats without any streams.
Anton Khirnov
2010-12-26
add ff_find_stream_index
Peter Ross
2010-12-20
Fix crash if invalid bit-rate was read from file.
David Czech
2010-12-04
add subtitle codec autodetection
Aurelien Jacobs
2010-11-25
In av_find_stream_info, decode more h264 to get correct delay, issue #2020
Baptiste Coudurier
2010-11-21
Add av_append_packet function, to be used in code that merges packets
Reimar Döffinger
2010-11-16
av_find_stream_info(): set subtitle codec time_base
Aurelien Jacobs
2010-11-13
allow passing subtitles header between decoder and encoder
Aurelien Jacobs
2010-11-13
lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format
Anton Khirnov
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-10-16
lavf: simplify setting the encoder ident tag.
Anton Khirnov
2010-10-15
add FF_API_SYMVER define to disable symver compatibility functions
Aurelien Jacobs
2010-10-15
add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api
Aurelien Jacobs
2010-10-15
add FF_API_PARSE_FRAME_PARAM define to disable the deprecated
Aurelien Jacobs
2010-10-15
add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function
Aurelien Jacobs
2010-10-15
add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()
Aurelien Jacobs
2010-10-08
move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation
Aurelien Jacobs
2010-10-07
remove useless local variable
Aurelien Jacobs
2010-10-07
remove useless local allocated start_time array
Aurelien Jacobs
2010-10-06
properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR
Aurelien Jacobs
2010-10-06
add new streams API without MAX_STREAMS limit
Aurelien Jacobs
2010-10-06
dynamically use nb_streams instead of static use of MAX_STREAMS
Aurelien Jacobs
2010-10-06
Move handling of ID3v2 to common utils.c code, reducing code duplication
Reimar Döffinger
2010-10-05
find_info_tag: Make sure the output buffer is null terminated
Martin Storsjö
2010-10-02
Add the CODEC_CAP_CHANNEL_CONF capability code and add
Benjamin Larsson
2010-09-27
Fix index_entries pos:
Michael Chinen
2010-09-26
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-07
Fix formatting for negative start times (issue 2139).
Christian d'Heureuse
2010-09-05
move stream info arrays into a struct to ease future dynamic allocation
Aurelien Jacobs
2010-08-24
avformat: free decryption key in av_close_input_stream()
Måns Rullgård
2010-08-19
Make parse_key_value from httpauth a common lavf internal function
Martin Storsjö
2010-08-18
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-17
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs
2010-08-12
Fix segv when stream copy and validate_tag fails, st->codec->codec is not set
Baptiste Coudurier
2010-08-10
Fix mem leak when trying to open a non-existing image file (issue 2126).
Przemysław Sobala
[next]