]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Make ff_h264_decode_rbsp_trailing static to h264.c
[ffmpeg] / libavformat / utils.c
2011-01-25 Diego Elio PettenòMake ff_interleave_compare_dts static to utils.c.
2011-01-11 Stefano SabatiniClarify timestamps related error messages in compute_pk...
2011-01-06 Daniel KangFix assertion fail on audio files with invalid sample...
2011-01-06 Stefano SabatiniRevert previous commit, as it was not meant to be pushed.
2011-01-06 Stefano SabatiniIssue more explicit error messages in compute_pkt_field...
2011-01-06 Stefano SabatiniIn av_close_input_stream(), flush the packet queue...
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2010-12-27 Nicolas GeorgeImplement av_find_best_stream.
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-26 Peter Rossadd ff_find_stream_index
2010-12-20 David CzechFix crash if invalid bit-rate was read from file.
2010-12-04 Aurelien Jacobsadd subtitle codec autodetection
2010-11-25 Baptiste CoudurierIn av_find_stream_info, decode more h264 to get correct...
2010-11-21 Reimar DöffingerAdd av_append_packet function, to be used in code that...
2010-11-16 Aurelien Jacobsav_find_stream_info(): set subtitle codec time_base
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-13 Anton Khirnovlavf/utils: use av_{i/o}format_next() instead of first_...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-16 Anton Khirnovlavf: simplify setting the encoder ident tag.
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-07 Aurelien Jacobsremove useless local variable
2010-10-07 Aurelien Jacobsremove useless local allocated start_time array
2010-10-06 Aurelien Jacobsproperly check for FF_API_MAX_STREAMS instead of LIBAVF...
2010-10-06 Aurelien Jacobsadd new streams API without MAX_STREAMS limit
2010-10-06 Aurelien Jacobsdynamically use nb_streams instead of static use of...
2010-10-06 Reimar DöffingerMove handling of ID3v2 to common utils.c code, reducing...
2010-10-05 Martin Storsjöfind_info_tag: Make sure the output buffer is null...
2010-10-02 Benjamin LarssonAdd the CODEC_CAP_CHANNEL_CONF capability code and add
2010-09-27 Michael ChinenFix index_entries pos:
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-07 Christian d'HeureuseFix formatting for negative start times (issue 2139).
2010-09-05 Aurelien Jacobsmove stream info arrays into a struct to ease future...
2010-08-24 Måns Rullgårdavformat: free decryption key in av_close_input_stream()
2010-08-19 Martin StorsjöMake parse_key_value from httpauth a common lavf intern...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-08-12 Baptiste CoudurierFix segv when stream copy and validate_tag fails, st...
2010-08-10 Przemysław SobalaFix mem leak when trying to open a non-existing image...
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-03 Baptiste CoudurierMove AVStream->codec_info_nb_frames increment after...
2010-07-03 Baptiste CoudurierIn av_find_stream_info, decode at least 4 h.264 frames...
2010-06-30 XBMCMake "invalid dts/pts combination" a debug instead...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-28 Eli FriedmanFix an "assignment from incompatible pointer type"...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Stephen DredgeFix failure in av_read_frame on timestamp rollover.
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-06-05 Michael NiedermayerFix muxing rgb rawvideo in avi regression.
2010-06-02 Stefano SabatiniMake the error message issued in case of invalid codec...
2010-06-01 Michael NiedermayerPrint an error when MAX_STREAMS is reached.
2010-05-27 Michael NiedermayerMake sure that when the parser is feeded with frame...
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-24 Jai MenonDisplay a more descriptive log message when probe buffe...
2010-05-22 Stefano SabatiniMake av_write_header() return AVERROR(EINVAL) rather...
2010-05-22 Stefano SabatiniStore in a dedicated array the format name - codec...
2010-05-22 Stefano SabatiniPrefer enum CodecID over int in ff_codec_get_tag().
2010-05-21 Martin StorsjöAdd a libavformat internal function ff_write_chained
2010-05-18 Francesco LavraValidate AVCodecTag vs CodecID.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-14 Baptiste CoudurierChange MAX_READ_SIZE message during av_find_stream_info...
2010-05-01 Reimar DöffingerExport av_probe_input_format2.
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-13 Jean-Daniel DupasDo not probe when the format is known.
2010-04-11 Michael NiedermayerRaise needed score for codec probing in CODEC_ID_PROBE...
2010-04-09 Michael NiedermayerDont try to compute AVPacket duration for possibly...
2010-04-08 Tomas HärdinReusing the probe buffer to rewind the ByteIOContext...
2010-04-04 Michael NiedermayerFix rounding direction for calculation of AVPacket...
2010-04-01 Michael NiedermayerLimit probing to probesize.
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Joakim PlateProbe aac codecs for CODEC_ID_PROBE.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-26 Micah F. GaliziaFix updating condition for the probe_size variable...
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-09 Michael NiedermayerAdd special case to avoid binary search when appending...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
next