]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-04-14 ramiroSupport biCompression I420
2008-04-14 ramiroCosmetics: remove {}s over one-lined ifs.
2008-04-14 ramiroSimplify more errors by using goto
2008-04-14 ramiroSimplify returning errors by using goto
2008-04-14 benoitMaxis XA demuxer and decoder.
2008-04-14 benoitIndentation
2008-04-14 benoitSupport for BMP os2v1.
2008-04-14 michaelRemove useless code.
2008-04-14 michaelRecommit r12809
2008-04-14 michaelUse generic seeking code for flv. The removed code...
2008-04-14 michaelrevert r12809
2008-04-13 michaelStop find_stream_info() searching for further streams...
2008-04-13 michael10l
2008-04-13 vitorBFI demuxer
2008-04-13 michaelILP64 fixes (untested)
2008-04-13 michaelPrint warning if scale/rate is invalid.
2008-04-13 michaelindent
2008-04-13 michaelRestructure if/else a little.
2008-04-13 diegoClear DIRS variable in common.mak, so it does not have...
2008-04-13 diegoRemove all dependency files on distclean.
2008-04-13 diegoUnset DIRS after including subdir.mak so that the varia...
2008-04-13 diegoGenerate the list of files to clean in subdirectories...
2008-04-13 diegoSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUF...
2008-04-13 diegoSimplify CLEANFILES generation.
2008-04-13 reimarDo not call update_initial_durations if pkt->duration...
2008-04-13 diegoAdd explanatory comments to enum CodecID.
2008-04-13 michaelRemove redundant &.
2008-04-12 diegoAdd a header file to declare Xvid IDCT functions.
2008-04-12 diegoIgnore .ho files and remove .libs from ignore list.
2008-04-12 diegoIgnore dependency files.
2008-04-12 diegoIgnore .ho files.
2008-04-11 benoitremove useless extern keyword.
2008-04-11 michaelCrop parameters are unsigned, having them negative...
2008-04-11 michaelAvoid crash with idiotic croping. Fixes crash with...
2008-04-10 mruffplay.d needs SDL_CFLAGS
2008-04-10 mruremove unused MAKE variable
2008-04-10 mrucorrect soname for vhooks
2008-04-10 mrusave DEP_LIBS before processing subdirs
2008-04-10 diegocosmetics: Break an overly long lines.
2008-04-10 diegocosmetics: Break some overly long lines.
2008-04-10 diegocosmetics: Break some overly long lines.
2008-04-10 bananOnly set channels in the stream if previously unset...
2008-04-09 michaelFix seeking in rm.
2008-04-09 bwolowiecundo changes in aac_ac3_parser
2008-04-09 mrumove DEP_LIBS to common.mak
2008-04-09 mrufix build with --build-suffix
2008-04-09 mrugenerate separate dependency files per object file
2008-04-09 benoitcosmetics (by Björn Axelsson)
2008-04-09 benoitAdd a generis write function to av_fifo.
2008-04-08 melansonFix H.264 interframe decoding when compiling with icc...
2008-04-08 diegoMark option arguments as variables using @var{}.
2008-04-08 diegoFix reference to a file in MPlayer that was renamed.
2008-04-08 michaeladd CODEC_ID_DIRAC
2008-04-08 bwolowiecCorrection of typo in aac_ac3_parser
2008-04-08 superdumpIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 superdumpComplete argument information in ffmpeg.c:options for...
2008-04-08 superdumpAdd a missing comman in tiff_encoder.pix_fmts
2008-04-07 mrureplace some ifeq with prettier ifdef
2008-04-07 mruappend TESTS-yes to TESTS; one ifeq less
2008-04-07 mrucollect vhook-related makefile lines in one place
2008-04-07 diegoMake the install-man target depend on $(MANPAGES).
2008-04-07 mrunon-recursive makefiles
2008-04-07 bwolowiecCorrections of errors in aac_ac3_parser
2008-04-05 bwolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-05 bcoudurierremove cast
2008-04-05 bcoudurierbetter error message
2008-04-05 michaelsimplify
2008-04-04 vitorHandle av_realloc() failure
2008-04-04 vitorUse sizeof(var) instead of sizeof(type)
2008-04-04 vitorGive a more meaningful instance name to auto-inserted...
2008-04-04 vitorMerge two ifs
2008-04-04 vitorRemove unused check
2008-04-04 vitorCosmetical: alignment
2008-04-04 vitorRemove some unwanted todos
2008-04-04 vitorRemove declaration of nonexisting function
2008-04-04 vitorI should not have merged the graph parser with the...
2008-04-04 vitorReplace consume_char() function by *(*buf)++
2008-04-04 vitorAdd backslash '\' support to the parser
2008-04-04 vitorRemove AVFilterGraphDesc struct.
2008-04-04 vitorRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 vitorRename functions now static
2008-04-04 vitorMove funtion to avoid forward declaration
2008-04-04 vitorMove mess (to be removed) to where it is actually used.
2008-04-04 vitorRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 vitorSimplify graph_load_from_desc3()
2008-04-04 vitorRename variable GraphContext -> AVFilterGraph
2008-04-04 vitorMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 vitorRemove avfilter_vf_graph
2008-04-04 vitorRemove more leftovers from the old parser
2008-04-04 vitorRemove code made unused by the two last patches
2008-04-04 vitorSplit graph_load_from_dest() to have a version independ...
2008-04-04 vitorRemove declaration of non-existing functions
2008-04-04 vitorAlmost from scratch rewrite of filter parser.
2008-04-04 vitorRemove ugly forward declaration
2008-04-04 vitorFix doxy comment
2008-04-04 vitorSpelling and puctuation
2008-04-04 vitorMake comment match code
2008-04-04 vitorMake multiple inclusion guard adhere to convention
2008-04-04 vitorRemove header now made useless
2008-04-04 vitorRemove author field
next