summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* write usual brand for ipod formatBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize psp metadataBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless wrapper funcBaptiste Coudurier2008-06-10
| | | | Originally committed as revision 13738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add parenthesesBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing ↵Baptiste Coudurier2008-06-09
| | | | | | scheme still fits Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-09
| | | | | | might cost CPU. Originally committed as revision 13730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-09
| | | | | | | | | a separate array. For the OGG version at http://www.bigbuckbunny.org/index.php/download/ this results in about 50% speedup of unpack_vlcs, resulting in ca. 20% faster overall speed. Originally committed as revision 13729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-09
| | | | Originally committed as revision 13728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-09
| | | | Originally committed as revision 13727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now unneeded varsBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable global_header flag for audio and video encoding, was wrongly part of ↵Baptiste Coudurier2008-06-09
| | | | | | commit r13722 Originally committed as revision 13724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass extradata through ffmBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun2008-06-08
| | | | Originally committed as revision 13717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
| | | | Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08
| | | | Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
| | | | Originally committed as revision 13714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
| | | | Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-08
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OBJS should end in .o, not .c.Diego Biurrun2008-06-08
| | | | Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
| | | | Originally committed as revision 27034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
| | | | Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-08
| | | | Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-08
| | | | Originally committed as revision 13710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-08
| | | | Originally committed as revision 13709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Search /usr(/local)/share for preset files as well.Michael Niedermayer2008-06-08
| | | | | | This also fixed a null pointer dereference if HOME isnt set. Originally committed as revision 13708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot ↵Stefano Sabatini2008-06-07
| | | | | | sabatini-lala at poste dot it Originally committed as revision 13707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use program_name to be more consistent with the banner, patch by Stefano ↵Stefano Sabatini2008-06-07
| | | | | | Sabatini, stefano dot sabatini-lala at poste dot it Originally committed as revision 13706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split up header parsing functionJustin Ruggles2008-06-07
| | | | Originally committed as revision 13705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
| | | | Originally committed as revision 13702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
| | | | Originally committed as revision 13698 to svn://svn.ffmpeg.org/ffmpeg/trunk