| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rename AVMetaData to AVMetadata and meta_data to metadata | Aurelien Jacobs | 2009-01-04 | 1 | -6/+6 |
* | 10l format include path for metadata.h | Michael Niedermayer | 2009-01-04 | 1 | -1/+1 |
* | Generic metadata API. | Michael Niedermayer | 2009-01-04 | 1 | -0/+9 |
* | Drop the deprecated parse_image_size() and parse_frame_rate() functions | Stefano Sabatini | 2009-01-04 | 1 | -0/+2 |
* | Fix argument constness for the av_codec_get_id() and | Stefano Sabatini | 2008-11-08 | 1 | -2/+2 |
* | dnxhd codec is intra only | Baptiste Coudurier | 2008-10-23 | 1 | -0/+1 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -2/+2 |
* | Check for pts==dts on I/P frames in the presence of non low delay decoding and | Michael Niedermayer | 2008-10-19 | 1 | -0/+8 |
* | Move code setting delay and presentation_delayed a little up so | Michael Niedermayer | 2008-10-18 | 1 | -8/+9 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Move doxygen comments for av_gettime from utils.c to avformat.h. | Diego Biurrun | 2008-09-27 | 1 | -3/+0 |
* | Ensure that muxer and encoder aspect ratios match. So no | Michael Niedermayer | 2008-09-19 | 1 | -0/+4 |
* | set block align in av_write_header if not set, fix issue #489 | Baptiste Coudurier | 2008-09-08 | 1 | -0/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | Add AVPacket.convergence_duration. | Michael Niedermayer | 2008-09-03 | 1 | -0/+1 |
* | Fix detection of MPEG4 in MPEG-PS. | Michael Niedermayer | 2008-09-02 | 1 | -0/+3 |
* | make has_codec_parameters not returning true when sample_fmt is not set | Baptiste Coudurier | 2008-08-29 | 1 | -1/+1 |
* | Do not truncate timestamps before the muxer as it makes simple | Michael Niedermayer | 2008-08-29 | 1 | -16/+0 |
* | Change implementation for ff_data_to_hex(), this is faster. See discussion on | Ronald S. Bultje | 2008-08-28 | 1 | -11/+6 |
* | Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and | Ronald S. Bultje | 2008-08-27 | 1 | -0/+22 |
* | remove useless assignment (st is never read after this line) | Aurelien Jacobs | 2008-08-26 | 1 | -1/+0 |
* | When setting codec_id during codec probe we must also set codec_type. | Andreas Öman | 2008-08-25 | 1 | -4/+9 |
* | Mark several libavformat arrays const | Reimar Döffinger | 2008-08-24 | 1 | -3/+3 |
* | export sample_aspect_ratio read by the demuxer in a separate field | Aurelien Jacobs | 2008-08-23 | 1 | -0/+2 |
* | Do not fill the pts reordering buffer with guessed dts. | Michael Niedermayer | 2008-08-14 | 1 | -2/+0 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, | Baptiste Coudurier | 2008-08-12 | 1 | -2/+2 |
* | Cosmetics: move at the beginning of the file the av_frac_* functions, avoid | Stefano Sabatini | 2008-08-10 | 1 | -52/+49 |
* | Implement avformat_version(). | Stefano Sabatini | 2008-08-08 | 1 | -0/+5 |