| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Maintain pointer to end of AVFormatContext.packet_buffer list | Måns Rullgård | 2008-08-06 | 1 | -10/+12 |
* | check url_fseek return value, update seek reg tests | Baptiste Coudurier | 2008-07-31 | 1 | -7/+9 |
* | Fix a mem leak in av_find_stream_info(). | Erik Hovland | 2008-07-18 | 1 | -1/+3 |
* | Move the codec_id overriding at a slightly better place. | Michael Niedermayer | 2008-07-14 | 1 | -5/+5 |
* | Remove common factors from timebase in av_set_pts_info(). | Michael Niedermayer | 2008-07-14 | 1 | -2/+6 |
* | Remove old hackish codec probe system. | Michael Niedermayer | 2008-07-12 | 1 | -38/+0 |
* | Use strcmp() instead of strncmp() in set_codec_from_probe_data(). | Michael Niedermayer | 2008-07-12 | 1 | -2/+2 |
* | indent | Michael Niedermayer | 2008-07-12 | 1 | -5/+5 |
* | Only try to probe the codec when the available data has roughly doubled | Michael Niedermayer | 2008-07-12 | 1 | -0/+2 |
* | Add mpegvideo and H.264 to the codec probe. | Michael Niedermayer | 2008-07-12 | 1 | -0/+4 |
* | indent | Michael Niedermayer | 2008-07-12 | 1 | -16/+16 |
* | New codec probing system try #1. | Michael Niedermayer | 2008-07-12 | 1 | -1/+33 |
* | Move add_to_pktbuf() before av_read_packet(). My future work on codec identif... | Michael Niedermayer | 2008-07-12 | 1 | -16/+16 |