| Commit message (Expand) | Author | Age | Files | Lines |
* | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross | 2011-02-03 | 1 | -15/+30 |
* | Make ff_interleave_compare_dts static to utils.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | Clarify timestamps related error messages in compute_pkt_fields2(). | Stefano Sabatini | 2011-01-11 | 1 | -2/+2 |
* | Fix assertion fail on audio files with invalid sample rates, | Daniel Kang | 2011-01-06 | 1 | -1/+1 |
* | Revert previous commit, as it was not meant to be pushed. | Stefano Sabatini | 2011-01-06 | 1 | -4/+2 |
* | Issue more explicit error messages in compute_pkt_fields2(). | Stefano Sabatini | 2011-01-06 | 1 | -2/+4 |
* | In av_close_input_stream(), flush the packet queue before to actually | Stefano Sabatini | 2011-01-06 | 1 | -1/+1 |
* | Add AVOption support for muxers. | Anssi Hannula | 2011-01-02 | 1 | -0/+4 |
* | Implement av_find_best_stream. | Nicolas George | 2010-12-27 | 1 | -0/+61 |
* | Allow output formats without any streams. | Anton Khirnov | 2010-12-27 | 1 | -2/+2 |
* | add ff_find_stream_index | Peter Ross | 2010-12-26 | 1 | -0/+9 |
* | Fix crash if invalid bit-rate was read from file. | David Czech | 2010-12-20 | 1 | -1/+2 |
* | add subtitle codec autodetection | Aurelien Jacobs | 2010-12-04 | 1 | -0/+2 |
* | In av_find_stream_info, decode more h264 to get correct delay, issue #2020 | Baptiste Coudurier | 2010-11-25 | 1 | -1/+1 |
* | Add av_append_packet function, to be used in code that merges packets | Reimar Döffinger | 2010-11-21 | 1 | -0/+15 |
* | av_find_stream_info(): set subtitle codec time_base | Aurelien Jacobs | 2010-11-16 | 1 | -1/+2 |
* | allow passing subtitles header between decoder and encoder | Aurelien Jacobs | 2010-11-13 | 1 | -1/+7 |
* | lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format | Anton Khirnov | 2010-11-13 | 1 | -8/+6 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | lavf: simplify setting the encoder ident tag. | Anton Khirnov | 2010-10-16 | 1 | -10/+1 |
* | add FF_API_SYMVER define to disable symver compatibility functions | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api | Aurelien Jacobs | 2010-10-15 | 1 | -0/+6 |
* | add FF_API_PARSE_FRAME_PARAM define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() | Aurelien Jacobs | 2010-10-15 | 1 | -2/+2 |
* | move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation | Aurelien Jacobs | 2010-10-08 | 1 | -54/+35 |
* | remove useless local variable | Aurelien Jacobs | 2010-10-07 | 1 | -3/+2 |
* | remove useless local allocated start_time array | Aurelien Jacobs | 2010-10-07 | 1 | -14/+7 |
* | properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR | Aurelien Jacobs | 2010-10-06 | 1 | -6/+7 |
* | add new streams API without MAX_STREAMS limit | Aurelien Jacobs | 2010-10-06 | 1 | -0/+10 |
* | dynamically use nb_streams instead of static use of MAX_STREAMS | Aurelien Jacobs | 2010-10-06 | 1 | -8/+33 |
* | Move handling of ID3v2 to common utils.c code, reducing code duplication | Reimar Döffinger | 2010-10-06 | 1 | -2/+16 |
* | find_info_tag: Make sure the output buffer is null terminated | Martin Storsjö | 2010-10-05 | 1 | -1/+1 |
* | Add the CODEC_CAP_CHANNEL_CONF capability code and add | Benjamin Larsson | 2010-10-02 | 1 | -1/+10 |
* | Fix index_entries pos: | Michael Chinen | 2010-09-27 | 1 | -4/+0 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Fix formatting for negative start times (issue 2139). | Christian d'Heureuse | 2010-09-07 | 1 | -1/+1 |
* | move stream info arrays into a struct to ease future dynamic allocation | Aurelien Jacobs | 2010-09-05 | 1 | -32/+28 |
* | avformat: free decryption key in av_close_input_stream() | Måns Rullgård | 2010-08-24 | 1 | -0/+1 |
* | 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 |