aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify MODE_3G2Michael Niedermayer2008-06-121-5/+5
* Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer2008-06-121-6/+6
* enable stream copy with ffserver, to be able to chainBaptiste Coudurier2008-06-121-0/+6
* cosmetics, reindentBaptiste Coudurier2008-06-121-10/+8
* don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier2008-06-121-3/+3
* set log debug when avformat debug is setBaptiste Coudurier2008-06-111-1/+1
* We have an Oma demuxer nowBenjamin Larsson2008-06-111-0/+1
* matroskadec: set cur_dts after seekJoakim Plate2008-06-111-0/+1
* indentBaptiste Coudurier2008-06-111-12/+12
* support for 3gp metadataBaptiste Coudurier2008-06-111-2/+30
* move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier2008-06-111-27/+27
* write usual brand for ipod formatBaptiste Coudurier2008-06-111-3/+14
* simplifyBaptiste Coudurier2008-06-111-21/+11
* factorize psp metadataBaptiste Coudurier2008-06-111-36/+18
* cosmeticsBaptiste Coudurier2008-06-111-8/+8
* cosmeticsBaptiste Coudurier2008-06-111-3/+3
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-111-1/+15
* remove useless wrapper funcBaptiste Coudurier2008-06-101-6/+1
* m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier2008-06-091-2/+2
* indentBaptiste Coudurier2008-06-091-1/+1
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-091-8/+11
* 10l, add parenthesesBaptiste Coudurier2008-06-091-1/+1
* indentBaptiste Coudurier2008-06-091-1/+1
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc...Baptiste Coudurier2008-06-092-18/+4
* cosmeticsBaptiste Coudurier2008-06-091-30/+31
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-091-18/+0
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-091-11/+14
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-092-3/+11
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-091-1/+1
* remove now unneeded varsBaptiste Coudurier2008-06-091-2/+0
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-095-20/+29
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-091-1/+1
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-091-1/+1
* uniformize trellis quant optionBaptiste Coudurier2008-06-094-4/+17
* pass extradata through ffmBaptiste Coudurier2008-06-092-1/+11
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-091-1/+1
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-091-1/+39
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-094-20/+8
* Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun2008-06-081-2/+2
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-083-8/+11
* add ac3dec_data.[c,h]Justin Ruggles2008-06-083-1/+1149
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-081-0/+21
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-084-199/+287
* Oma demuxerBenjamin Larsson2008-06-084-0/+193
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-0/+1
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-081-1/+1
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-081-2/+2
* indentMichael Niedermayer2008-06-081-7/+7