]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-06-16 Michael NiedermayerFloat11 does not need int, .o file becomes smaller...
2008-06-16 Michael Niedermayersimplify
2008-06-16 Michael NiedermayerCorrect validity checks.
2008-06-16 Michael NiedermayerPrint sane error message for channels != 1.
2008-06-16 Michael NiedermayerCheck number of bits so we do not try to use table...
2008-06-16 Michael NiedermayerSupport decoding of sample_g726.asf.
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-16 Michael Niedermayerget_bits() outputs exactly as many bits as requested...
2008-06-16 Michael NiedermayerRemove dead code.
2008-06-16 Diego BiurrunGenerate pkg-config files in each library subdirectory...
2008-06-16 Stefano SabatiniDon't show advanced subtitle options within the ffmpeg...
2008-06-16 Stefano SabatiniDon't show subtitle and grab options within the ffmpeg...
2008-06-16 Stefano SabatiniFix an example command in ffserver-doc.texi.
2008-06-16 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2008-06-15 Jai Menonfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-15 Baptiste Coudurierset correct ftyp minor version for 3gp/2
2008-06-14 Baptiste Coudurierinvert mode_mov condition
2008-06-14 Baptiste Couduriersimplify
2008-06-14 Baptiste Coudurierchange 3gp/3g2 brands if h264 is present
2008-06-14 Baptiste Couduriersimplify ipod brand selection
2008-06-14 Baptiste Coudurierfix warning, write_ftyp return int now
2008-06-14 Baptiste Coudurierput avc1 brand in compat list when h264 is present
2008-06-13 Michael Niedermayer-0x8000 == 0x8000 with int16
2008-06-13 Benjamin LarssonForgotten oma docs stuff
2008-06-13 Michael NiedermayerI think we are also compliant to iso2.
2008-06-13 Michael NiedermayerAdd isom to the compatible brands.
2008-06-13 Michael NiedermayerCalculate ftyp size instead of hardcoding it.
2008-06-13 Stefano SabatiniCosmetics: s/Id/id/ in libavcodec/roqvideodec.c when...
2008-06-12 Stefano SabatiniMake ffmpeg.c use print_error() when it can't read...
2008-06-12 Stefano SabatiniImprove ffmpeg error reporting in case of input/output...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-12 Stefano SabatiniMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 Stefano SabatiniChange opt_sync function behavior to print an error...
2008-06-12 Stefano SabatiniFactorize options context setting.
2008-06-12 Michael Niedermayersimplify MODE_3G2
2008-06-12 Michael NiedermayerChange MODE_* to 1<<c so several can be set at the...
2008-06-12 Baptiste Coudurierenable stream copy with ffserver, to be able to chain
2008-06-12 Baptiste Couduriercosmetics, reindent
2008-06-12 Baptiste Coudurierdon't write double sets of metadata in mov, only write...
2008-06-11 Baptiste Coudurierset log debug when avformat debug is set
2008-06-11 Benjamin LarssonWe have an Oma demuxer now
2008-06-11 Joakim Platematroskadec: set cur_dts after seek
2008-06-11 Baptiste Coudurierindent
2008-06-11 Baptiste Couduriersupport for 3gp metadata
2008-06-11 Baptiste Couduriermove utf8 code before udta func, will be used by 3gp...
2008-06-11 Baptiste Coudurierwrite usual brand for ipod format
2008-06-11 Baptiste Couduriersimplify
2008-06-11 Baptiste Coudurierfactorize psp metadata
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriercosmetics
2008-06-11 Baptiste Couduriersupport alac in ipod m4a format, tested on quicktime
2008-06-10 Baptiste Coudurierremove useless wrapper func
2008-06-09 Baptiste Coudurierm4v/m4a are usual itunes/ipod/iphone extensions
2008-06-09 Baptiste Coudurierindent
2008-06-09 Baptiste Coudurierrework udta handling, if any track set bitexact, don...
2008-06-09 Baptiste Coudurier10l, add parentheses
2008-06-09 Baptiste Coudurierindent
2008-06-09 Baptiste Coudurierremove obsolete requirements, quicktime 6 is from 2002...
2008-06-09 Baptiste Couduriercosmetics
2008-06-09 Reimar DöffingerRemove the START_TIMER/STOP_TIMER from vp3.c, they...
2008-06-09 Reimar DöffingerAlmost-cosmetics: split out coeff_count from all_fragme...
2008-06-09 Michael NiedermayerMake timestamp debugging work nicer.
2008-06-09 Albert Astals CidFix compilation with -DDEBUG, patch by Albert Astals...
2008-06-09 Baptiste Coudurierremove now unneeded vars
2008-06-09 Baptiste Coudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 Baptiste Coudurierenable global_header flag for audio and video encoding...
2008-06-09 Baptiste Coudurierrevert wrong part of r13722 commit
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-06-09 Baptiste Coudurierpass extradata through ffm
2008-06-09 Baptiste Coudurierremove unneeded ffmpeg commandline switches, and enable...
2008-06-09 Baptiste Coudurieradd AVOption support in ffserver configuration file
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-08 Diego BiurrunFix typo in the names of variables assigned to OS-speci...
2008-06-08 Justin Rugglesmove rematrixing band table to ac3dec_data.c
2008-06-08 Justin Rugglesadd ac3dec_data.[c,h]
2008-06-08 Justin Rugglesadd fields needed for E-AC-3 decoding to decode context
2008-06-08 Bartlomiej... Separating from nellymoserdec.c parts required by encoder
2008-06-08 Benjamin LarssonOma demuxer
2008-06-08 Diego BiurrunOBJS should end in .o, not .c.
2008-06-08 Jan KnutarVIS OBJS should end in .o, not .c; patch by Jan Knutar...
2008-06-08 Jan KnutarAdd missing #include, patch by Jan Knutar, jknutar...
2008-06-08 Michael NiedermayerMake START/STOP_TIMER not require -v 2.
2008-06-08 Michael NiedermayerSupport longer paths for and longer names in preset...
2008-06-08 Michael Niedermayerindent
2008-06-08 Michael NiedermayerSearch /usr(/local)/share for preset files as well.
2008-06-07 Stefano Sabatiniuse unsetenv, fix warning, patch by Stefano Sabatini...
2008-06-07 Stefano Sabatiniuse program_name to be more consistent with the banner...
2008-06-07 Justin Rugglessplit up header parsing function
2008-06-07 Justin Rugglesstore exp_strategy for all blocks in decode context
2008-06-07 Justin Rugglesstore cpl_in_use for all blocks in decode context
2008-06-07 Justin Rugglescosmetics: add and align references to spec variable...
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglesuse macro constants for array sizes in decode context
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglescosmetics: reorder decode context fields into logical...
2008-06-07 Justin Rugglesmove the decode context and some macro constants to...
2008-06-07 Justin Rugglesmove mix level tables from parser to decoder. have...
2008-06-07 Justin Rugglesadd more gain levels and adjust mix level tables accord...
2008-06-07 Justin Rugglespass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-07 Justin Rugglesset default mix levels regardless of bitstream id
next