683 Commits (070c5d0f3530c16c92b81f3f0de2943410367c00)

Author SHA1 Message Date
  Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 14 years ago
  Anton Khirnov 75b9ed04b9 lavf/utils: dont't explicitly check AVIOContext.error 14 years ago
  Anton Khirnov f1ef2cd9ed avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h 14 years ago
  Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Martin Storsjö 863c471638 libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
  Stefano Sabatini f6c7375a17 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
  Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
  Balint Marton 22ec6b738f Fix av_find_best_stream when using a program 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Anssi Hannula 24a83bd10a lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag 14 years ago
  Anssi Hannula 3c33c0e263 lavf: print stream disposition in dump_stream_format 14 years ago
  Peter Ross 5209149157 make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIRED 14 years ago
  Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
  Anssi Hannula 3940caad02 lavf: rename ff_probe_input_buffer to make it public 14 years ago
  Anssi Hannula aad216fd7e lavf: simplify pb parameter of ff_probe_input_buffer 14 years ago
  Reimar Döffinger b3190529df Make av_set_pts_info keep previous time base if new one is invalid. 14 years ago
  Martin Storsjö f124b087ee libavformat: Add a function for freeing an AVFormatContext 14 years ago
  Peter Ross e6fb5a4f78 add ff_index_search_timestamp and ff_add_index_entry 14 years ago
  Diego Elio Pettenò 101e1f6ff9 Make ff_interleave_compare_dts static to utils.c. 14 years ago
  Stefano Sabatini 440d761e40 Clarify timestamps related error messages in compute_pkt_fields2(). 14 years ago
  Daniel Kang 6cbce63650 Fix assertion fail on audio files with invalid sample rates, 14 years ago
  Stefano Sabatini 6bbdba08c2 Revert previous commit, as it was not meant to be pushed. 14 years ago
  Stefano Sabatini 7820147e6f Issue more explicit error messages in compute_pkt_fields2(). 14 years ago
  Stefano Sabatini 81bd411965 In av_close_input_stream(), flush the packet queue before to actually 14 years ago
  Anssi Hannula cf99e4aa00 Add AVOption support for muxers. 14 years ago
  Nicolas George 9128ae08b3 Implement av_find_best_stream. 14 years ago
  Anton Khirnov bb62d5c1f0 Allow output formats without any streams. 14 years ago
  Peter Ross 141de5a9c1 add ff_find_stream_index 14 years ago
  David Czech 9100d4d632 Fix crash if invalid bit-rate was read from file. 14 years ago
  Aurelien Jacobs 118ccae030 add subtitle codec autodetection 14 years ago
  Baptiste Coudurier 581ba2cee1 In av_find_stream_info, decode more h264 to get correct delay, issue #2020 14 years ago
  Reimar Döffinger 6bfc268305 Add av_append_packet function, to be used in code that merges packets 14 years ago
  Aurelien Jacobs b3c0fc7673 av_find_stream_info(): set subtitle codec time_base 14 years ago
  Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
  Anton Khirnov 273231466c lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  Anton Khirnov d60a9f52eb lavf: simplify setting the encoder ident tag. 14 years ago
  Aurelien Jacobs 13728334e8 add FF_API_SYMVER define to disable symver compatibility functions 14 years ago
  Aurelien Jacobs 114c9a5925 add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api 14 years ago
  Aurelien Jacobs d87a521cde add FF_API_PARSE_FRAME_PARAM define to disable the deprecated 14 years ago
  Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
  Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 14 years ago
  Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
  Aurelien Jacobs e99179de9b remove useless local variable 14 years ago