| Commit message (Expand) | Author | Age | Files | Lines |
* | Make try_decode_frame() use the new avcodec_decode_* API. | Thilo Borgmann | 2009-04-10 | 1 | -7/+7 |
* | Add av_shrink_packet function for use in av_get_packet that reduces pkt->size | Reimar Döffinger | 2009-04-08 | 1 | -1/+1 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 1 | -56/+0 |
* | move max analyze duration check before considering new packet | Baptiste Coudurier | 2009-03-19 | 1 | -4/+4 |
* | Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. | Reimar Döffinger | 2009-03-14 | 1 | -0/+5 |
* | Do not lose user flags when passing calls from the new to the old seeking API. | Michael Niedermayer | 2009-03-14 | 1 | -1/+1 |
* | add avformat_seek_file() | Michael Niedermayer | 2009-03-14 | 1 | -0/+22 |
* | 100l, to start reading from the first frame we must seek to data_offset, | Reimar Döffinger | 2009-03-09 | 1 | -1/+1 |
* | Mark pos_min and pos_max variables as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Pass packet position to the parser, so frame's AVPacket.pos is computed corre... | Ivan Schreter | 2009-03-05 | 1 | -6/+8 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2009-03-03 | 1 | -5/+7 |
* | deprecate old metadata API | Aurelien Jacobs | 2009-03-01 | 1 | -0/+8 |
* | use new metadata API in libavformat/utils.c | Aurelien Jacobs | 2009-03-01 | 1 | -4/+7 |
* | Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Revert "Improve frame rate guessing for streams with two fields per frame." | Måns Rullgård | 2009-02-28 | 1 | -5/+0 |
* | Improve frame rate guessing for streams with two fields per frame. | Ivan Schreter | 2009-02-28 | 1 | -0/+5 |
* | Do not allow standard-frame-rate detection to increase the value of | Reimar Döffinger | 2009-02-27 | 1 | -1/+5 |
* | Detect the case when the time base is exact but far finer than necessary to | Reimar Döffinger | 2009-02-27 | 1 | -0/+9 |
* | Add ticks_per_frame, this should hopefully fix the regressions caused | Michael Niedermayer | 2009-02-26 | 1 | -3/+3 |
* | Add timestamp computation if values are exported by decoder. | Ivan Schreter | 2009-02-24 | 1 | -0/+21 |
* | Change duration computation to use time_base instead of TB/2. | Ivan Schreter | 2009-02-24 | 1 | -4/+1 |
* | Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same | Michael Niedermayer | 2009-02-24 | 1 | -1/+3 |
* | Allow av_find_stream_info() to be aborted. | Michael Niedermayer | 2009-02-23 | 1 | -0/+5 |
* | Waste less space for printing timebases. | Michael Niedermayer | 2009-02-21 | 1 | -3/+10 |
* | Print all timebases (idea from netgem) | Michael Niedermayer | 2009-02-21 | 1 | -3/+3 |
* | Use context variable repeat_pict for frame duration computation and | Ivan Schreter | 2009-02-21 | 1 | -0/+2 |
* | Be less noisy with invalid pts/dts. | Michael Niedermayer | 2009-02-21 | 1 | -1/+1 |
* | Add convergence_duration to AVCodecParserContext. | Ivan Schreter | 2009-02-19 | 1 | -0/+2 |
* | Add key_frame to AVCodecParserContext, used in libavformat. | Ivan Schreter | 2009-02-18 | 1 | -2/+4 |
* | Add a warning log when trying to encode into a container requiring global | Art Clarke | 2009-02-12 | 1 | -0/+4 |
* | remove now useless av_set_program_name() function | Aurelien Jacobs | 2009-02-10 | 1 | -11/+0 |
* | Add the ability to set the timestamp to the current time by specifying 'now' | Francesco Cosoleto | 2009-02-08 | 1 | -0/+3 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | let packet pass through when no timestamps | Baptiste Coudurier | 2009-02-03 | 1 | -1/+4 |
* | split av_interleave_per_dts, to avoid code duplication | Baptiste Coudurier | 2009-01-31 | 1 | -23/+34 |
* | Move av_read_frame/parser related buffer variables from AVFormatContext | Michael Niedermayer | 2009-01-22 | 1 | -44/+37 |
* | print stream sar if present and different than codec sar | Baptiste Coudurier | 2009-01-22 | 1 | -0/+11 |
* | Handle av_read_frame() EAGAIN return. | Michael Niedermayer | 2009-01-22 | 1 | -3/+12 |
* | jpeg2k is intra only codec | Baptiste Coudurier | 2009-01-18 | 1 | -0/+1 |
* | match format in names list separated by commas | Baptiste Coudurier | 2009-01-17 | 1 | -1/+19 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Move the AVFormatContext options definition to a dedicated file, | Stefano Sabatini | 2009-01-10 | 1 | -57/+0 |
* | Do not assume that if pkt->destruct != av_destruct_packet then it is not | Luca Abeni | 2009-01-09 | 1 | -1/+1 |
* | rename ff_metadata_sync_compat to ff_metadata_mux_compat | Aurelien Jacobs | 2009-01-09 | 1 | -1/+1 |
* | Add a second metadata compatibility layer, so that metadata that gets | Aurelien Jacobs | 2009-01-08 | 1 | -0/+4 |
* | Do not try to duplicate packets that have data==NULL. | Michael Niedermayer | 2009-01-07 | 1 | -1/+1 |
* | free all allocated metadata structures | Aurelien Jacobs | 2009-01-06 | 1 | -8/+4 |
* | Add a metadata compatibility layer, so that when a user application set | Aurelien Jacobs | 2009-01-06 | 1 | -0/+4 |