| Commit message (Expand) | Author | Age | Files | Lines |
* | Add context to some av_log() calls. | Benoit Fouet | 2009-03-02 | 1 | -11/+11 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | deprecate old metadata API | Aurelien Jacobs | 2009-03-01 | 3 | -1/+19 |
* | fix missed usage of old metadata API in mov demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -2/+4 |
* | use new metadata API in libavformat/utils.c | Aurelien Jacobs | 2009-03-01 | 1 | -4/+7 |
* | use new metadata API in r3d demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -5/+5 |
* | new metadata API is now officially part of public API | Aurelien Jacobs | 2009-03-01 | 1 | -3/+2 |
* | simplify metadata conversion and fixes gcc-2.95 at the same time | Aurelien Jacobs | 2009-03-01 | 1 | -11/+9 |
* | Change the timebase of the raw demuxer to one that can represent the ts of fi... | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 8 | -2/+30 |
* | add a metadata conversion API | Aurelien Jacobs | 2009-02-28 | 3 | -2/+70 |
* | Document ff_rtp_codec_id() | Luca Abeni | 2009-02-28 | 1 | -0/+9 |
* | Change TS seeking so it returns position/timestamp of a key frame. | Ivan Schreter | 2009-02-28 | 1 | -4/+12 |
* | Fix typo in a comment | Luca Abeni | 2009-02-28 | 1 | -1/+1 |
* | Document ff_rtp_enc_name() | Luca Abeni | 2009-02-28 | 1 | -0/+10 |
* | cosmetics: indentation | Justin Ruggles | 2009-02-28 | 1 | -8/+8 |
* | Document ff_rtp_get_codec_info() | Luca Abeni | 2009-02-28 | 1 | -0/+12 |
* | Separate the raw FLAC demuxer from raw.c and put in a new file, | Justin Ruggles | 2009-02-28 | 4 | -58/+93 |
* | Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used | Ronald S. Bultje | 2009-02-28 | 1 | -21/+21 |
* | 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 |
* | use new metadata API in nut muxer | Aurelien Jacobs | 2009-02-27 | 1 | -3/+8 |
* | use new metadata API in nut demuxer | Aurelien Jacobs | 2009-02-27 | 1 | -15/+13 |
* | Do not allow standard-frame-rate detection to increase the value of | Reimar Döffinger | 2009-02-27 | 1 | -1/+5 |
* | Simplify ipmovie.c pts calculation by using an appropriate time_base. | Reimar Döffinger | 2009-02-27 | 1 | -15/+7 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-27 | 1 | -1/+1 |
* | Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 | Reimar Döffinger | 2009-02-27 | 1 | -0/+1 |
* | 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 |
* | cosmetics: vertical alignment | Aurelien Jacobs | 2009-02-26 | 1 | -1/+1 |
* | use new metadata API in rpl demuxer | Aurelien Jacobs | 2009-02-26 | 1 | -3/+6 |
* | use new metadata API in wc3 demuxer | Aurelien Jacobs | 2009-02-26 | 1 | -1/+4 |
* | Mark as "internal but installed" the avio.h file. | Stefano Sabatini | 2009-02-26 | 2 | -1/+4 |
* | Add a @file notice to avio.h. | Stefano Sabatini | 2009-02-26 | 1 | -1/+5 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 5 | -147/+192 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 3 | -3/+3 |
* | fix a memleak in av_metadata_set() | Aurelien Jacobs | 2009-02-26 | 1 | -1/+3 |
* | Implement marker bit, which is used for several RTP payloads currently | Ronald S. Bultje | 2009-02-26 | 2 | -0/+3 |
* | Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing | Ronald S. Bultje | 2009-02-26 | 2 | -3/+4 |
* | Document rtsp.h, see "[PATCH] document rtsp.h" thread. | Ronald S. Bultje | 2009-02-26 | 1 | -30/+172 |
* | movenc: add muxing of language along with metadata tags when available | Aurelien Jacobs | 2009-02-26 | 1 | -8/+20 |
* | return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking | Aurelien Jacobs | 2009-02-26 | 2 | -3/+5 |
* | cosmetics: indentation | Aurelien Jacobs | 2009-02-26 | 1 | -8/+7 |
* | use new metadata API in mov muxer | Aurelien Jacobs | 2009-02-26 | 1 | -57/+61 |
* | don't trigger metadata compatibility code when user app already set metadata | Aurelien Jacobs | 2009-02-26 | 1 | -0/+3 |
* | dv probe | Baptiste Coudurier | 2009-02-26 | 1 | -1/+19 |
* | Share the function to write a raw FLAC header and use it in the Matroska | Justin Ruggles | 2009-02-26 | 4 | -27/+42 |
* | cosmetics: add a comment in flac_write_header(). | Justin Ruggles | 2009-02-26 | 1 | -0/+1 |
* | Add support for full header extradata to raw FLAC muxer. | Justin Ruggles | 2009-02-26 | 1 | -2/+4 |