OSDN Git Service

lavf/utils.c: Order packets with identical PTS by stream index.
[coroid/libav_saccubus.git] / libavformat / utils.c
2011-04-12 Vitor Sessaklavf/utils.c: Order packets with identical PTS by strea...
2011-04-12 Anton Khirnovavio: undeprecate av_url_read_fseek/fpause under nicer...
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-04-08 Anton Khirnovlavf: mark av_pkt_dump(_log) for remove on $next+1...
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-06 Anton Khirnovlavf: if id3v2 tag is present and all else fails, guess...
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-04-01 Anton Khirnovlavf: make compute_chapters_end less picky.
2011-03-25 Justin RugglesUse audio_service_type to set stream disposition.
2011-03-21 Anton Khirnovavio: make av_url_read_fseek/fpause internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Martin Storsjölavf: Make make_absolute_url a lavf internal function
2011-03-17 Stefano Sabatinilavf: make av_interleave_packet() return meaningful...
2011-03-17 Stefano Sabatinilavf: enable av_dlog message in av_interleaved_write_fr...
2011-03-17 Stefano Sabatinilavf: enable av_dlog() in compute_pkt_fields2()
2011-03-17 Anton Khirnovavio: make url_setbufsize internal.
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-03-15 Anton Khirnovlavf/utils: dont't explicitly check AVIOContext.error
2011-03-07 Anton Khirnovavio: move ff_rewind_with_probe_data from avio.h to...
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-02 Martin Storsjölibavformat: Add av_pkt_dump{, _log}2, taking an AVStre...
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-16 Balint MartonFix av_find_best_stream when using a program
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Anssi Hannulalavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
2011-02-13 Anssi Hannulalavf: print stream disposition in dump_stream_format
2011-02-10 Peter Rossmake av_find_best_stream() ignore streams marked with...
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-08 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-08 Anssi Hannulalavf: simplify pb parameter of ff_probe_input_buffer
2011-02-06 Reimar DöffingerMake av_set_pts_info keep previous time base if new...
2011-02-04 Martin Storsjölibavformat: Add a function for freeing an AVFormatContext
2011-02-04 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
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.
next