| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify metadata conversion and fixes gcc-2.95 at the same time | Aurelien Jacobs | 2009-03-01 | 1 | -11/+9 |
* | add a metadata conversion API | Aurelien Jacobs | 2009-02-28 | 1 | -0/+49 |
* | fix a memleak in av_metadata_set() | Aurelien Jacobs | 2009-02-26 | 1 | -1/+3 |
* | modify the way to pass parameters to av_metadata_set() | Aurelien Jacobs | 2009-02-02 | 1 | -6/+6 |
* | replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag | Aurelien Jacobs | 2009-01-18 | 1 | -3/+3 |
* | move ff_metadata_sync_compat to metadata_compat.c | Aurelien Jacobs | 2009-01-08 | 1 | -37/+0 |
* | free all allocated metadata structures | Aurelien Jacobs | 2009-01-06 | 1 | -0/+14 |
* | ignore year=0 and track=0 | Aurelien Jacobs | 2009-01-06 | 1 | -1/+1 |
* | Add a metadata compatibility layer, so that when a user application set | Aurelien Jacobs | 2009-01-06 | 1 | -0/+37 |
* | add a typedef for AVMetadata | Aurelien Jacobs | 2009-01-05 | 1 | -3/+3 |
* | rename AVMetaData to AVMetadata and meta_data to metadata | Aurelien Jacobs | 2009-01-04 | 1 | -6/+6 |
* | Move metadata API from avcodec to avformat. | Michael Niedermayer | 2009-01-04 | 1 | -0/+75 |