| Commit message (Expand) | Author | Age | Files | Lines |
* | Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in | Art Clarke | 2009-07-15 | 1 | -1/+3 |
* | Fix mem leak when user preallocates an AVFormatContext, passes it to | Art Clarke | 2009-07-08 | 1 | -1/+1 |
* | If either of num or den is 0 make both 0 in av_set_pts_info(). | Michael Niedermayer | 2009-07-02 | 1 | -0/+3 |
* | Make sure av_set_pts_info() does not set the fields of a timebase to | Michael Niedermayer | 2009-07-01 | 1 | -5/+5 |
* | Make arguments of av_set_pts_info() unsigned. | Michael Niedermayer | 2009-07-01 | 1 | -1/+1 |
* | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier | 2009-06-25 | 1 | -5/+2 |
* | limit raw packet buffer size used for codec probing | Baptiste Coudurier | 2009-06-25 | 1 | -1/+10 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -4/+4 |
* | Print why av_find_stream_info() failed, this is a rather common question | Michael Niedermayer | 2009-06-18 | 1 | -1/+6 |
* | if b frames are parsed, set codec->has_b_frames | Baptiste Coudurier | 2009-06-11 | 1 | -0/+3 |
* | use dts codec probing | Baptiste Coudurier | 2009-05-31 | 1 | -0/+3 |
* | fix codec probing, stop after MAX_PROBE_PACKETS and return all packets | Baptiste Coudurier | 2009-05-31 | 1 | -5/+23 |
* | cast size to int64_t to avoid overflow | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | Set frame defaults in try_decode_frame. | Baptiste Coudurier | 2009-04-13 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-04-13 | 1 | -26/+26 |
* | Simplify packet duplication code in ff_interleave_add_packet. | Reimar Döffinger | 2009-04-11 | 1 | -4/+2 |
* | Get rid of av_destruct_packet_nofree and use NULL instead. | Reimar Döffinger | 2009-04-11 | 1 | -1/+1 |
* | 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 |