| Commit message (Expand) | Author | Age | Files | Lines |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 1 | -0/+5 |
* | MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an | Justin Ruggles | 2009-11-22 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -9/+9 |
* | fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo... | Larbi Joubala | 2009-05-31 | 1 | -1/+1 |
* | fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j... | Larbi Joubala | 2009-05-23 | 1 | -1/+4 |
* | write 'stps' for mpeg-2 open gop in .mov | Baptiste Coudurier | 2009-05-15 | 1 | -10/+44 |
* | use flags field and remove key_frame field | Baptiste Coudurier | 2009-05-14 | 1 | -5/+7 |
* | change cts type to int, save some space | Baptiste Coudurier | 2009-05-14 | 1 | -1/+1 |
* | factorize av_set_pts_info | Baptiste Coudurier | 2009-05-13 | 1 | -3/+2 |
* | cosmetics, alignment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+4 |
* | bgra in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | correct pixfmt for argb | Baptiste Coudurier | 2009-05-10 | 1 | -1/+1 |
* | rgba in .mov muxing | Baptiste Coudurier | 2009-05-10 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | move codec tag tables near corresponding code | Baptiste Coudurier | 2009-04-07 | 1 | -34/+34 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-04-07 | 1 | -18/+18 |
* | cosmetics, add empty line and remove useless braces | Baptiste Coudurier | 2009-04-07 | 1 | -7/+5 |
* | fix compilation, add missing parenthesis | Baptiste Coudurier | 2009-04-07 | 1 | -1/+1 |
* | comment the ipod subtitle check | Baptiste Coudurier | 2009-04-07 | 1 | -0/+1 |
* | invert condition to simplify code | Baptiste Coudurier | 2009-04-07 | 1 | -3/+1 |
* | remove no more needed code, tag is set by default | Baptiste Coudurier | 2009-04-07 | 1 | -2/+0 |
* | cosmetics, reindent, add empty lines | Baptiste Coudurier | 2009-04-07 | 1 | -33/+37 |
* | split mov_find_codec_tag in separate per format functions | Baptiste Coudurier | 2009-04-07 | 1 | -11/+56 |
* | set bits_per_coded_sample for rawvideo | Baptiste Coudurier | 2009-04-07 | 1 | -7/+18 |
* | override mov fourcc for pcm audio, this is safer when stream copying | Baptiste Coudurier | 2009-04-07 | 1 | -1/+2 |
* | allocate tracks instead of using MAX_STREAMS | Baptiste Coudurier | 2009-03-22 | 1 | -5/+14 |
* | typo in the mail, the 4am commit is always the worst | Baptiste Coudurier | 2009-03-15 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2009-03-15 | 1 | -0/+1 |
* | add my copyright in mov de/muxer | Baptiste Coudurier | 2009-03-15 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | keep original tag when stream copying subs with ipod format | Baptiste Coudurier | 2009-03-11 | 1 | -0/+5 |
* | ipod supports both subs tags | Baptiste Coudurier | 2009-03-11 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-03-11 | 1 | -2/+2 |
* | write correct atoms based on tag and not format, fixes subs stream copy | Baptiste Coudurier | 2009-03-11 | 1 | -2/+2 |
* | use correct codec tag list for ipod format | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | fix subs track height, set track->height to codec height if not set | Baptiste Coudurier | 2009-03-11 | 1 | -2/+3 |
* | Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used | Ronald S. Bultje | 2009-02-28 | 1 | -21/+21 |
* | 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 | 1 | -0/+2 |
* | 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 |
* | Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. | Michael Niedermayer | 2009-02-24 | 1 | -2/+2 |
* | write active picture height for d-10/imx in mov | Baptiste Coudurier | 2009-02-12 | 1 | -3/+15 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | move actual writing before so new size can be taken into account | Baptiste Coudurier | 2009-01-16 | 1 | -9/+9 |
* | Reindent after last commit | Luca Abeni | 2009-01-15 | 1 | -1/+1 |
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 1 | -9/+7 |