source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e5295c0d   17 years ramiro.polla Move av_exit() so it can be used by more functions without needing …
(edit) @16507ddd   17 years diego Add DIRS variable to the list of variables to be cleared instead of …
(edit) @3fbe7118   17 years lu_zero Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange …
(edit) @4b1131a0   17 years ramiro.polla typo Originally committed as revision 12823 to …
(edit) @cada0327   17 years ramiro.polla Add #if 0 code to test for yet unsupported compressions from …
(edit) @23ef6da8   17 years ramiro.polla Support biCompression I420 Originally committed as revision 12821 to …
(edit) @e4d286f1   17 years ramiro.polla Cosmetics: remove {}s over one-lined ifs. Originally committed as …
(edit) @e110f486   17 years ramiro.polla Simplify more errors by using goto Originally committed as revision …
(edit) @76c2662b   17 years ramiro.polla Simplify returning errors by using goto Originally committed as …
(edit) @861c63a2   17 years benoit.fouet Maxis XA demuxer and decoder. Patch by Robert Marston rmarston (\at/) …
(edit) @6f7b915a   17 years benoit.fouet Indentation Originally committed as revision 12816 to …
(edit) @b65213c0   17 years benoit.fouet Support for BMP os2v1. Originally committed as revision 12815 to …
(edit) @780169c3   17 years michaelni Remove useless code. Originally committed as revision 12814 to …
(edit) @b41497e9   17 years michaelni Recommit r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @0366654e   17 years michaelni Use generic seeking code for flv. The removed code was a buggy …
(edit) @26d95a1e   17 years michaelni revert r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @a33cfa30   17 years michaelni Stop find_stream_info() searching for further streams if 2 streams …
(edit) @749c9201   17 years michaelni 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are …
(edit) @b64c096   17 years vitor1001 BFI demuxer Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) …
(edit) @8c2a4ddc   17 years michaelni ILP64 fixes (untested) Originally committed as revision 12807 to …
(edit) @7ce76ee4   17 years michaelni Print warning if scale/rate is invalid. Originally committed as …
(edit) @0dbb6515   17 years michaelni indent Originally committed as revision 12805 to …
(edit) @4a030a1f   17 years michaelni Restructure if/else a little. Originally committed as revision 12804 …
(edit) @e825656f   17 years diego Clear DIRS variable in common.mak, so it does not have to be cleared …
(edit) @95d2afec   17 years diego Remove all dependency files on distclean. Originally committed as …
(edit) @7b1b3dc1   17 years diego Unset DIRS after including subdir.mak so that the variable is not used …
(edit) @adc39350   17 years diego Generate the list of files to clean in subdirectories in common.mak. …
(edit) @d4210e2a   17 years diego Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES. …
(edit) @77405bb8   17 years diego Simplify CLEANFILES generation. Originally committed as revision …
(edit) @ee794d1e   17 years Reimar.Doeffinger Do not call update_initial_durations if pkt->duration is 0. Fixes and …
(edit) @ba0dabbf   17 years diego Add explanatory comments to enum CodecID. Originally committed as …
(edit) @54e3ae2e   17 years diego Relicense test/example files as LGPL with Michael's permission. …
(edit) @05adf49   17 years michaelni Remove redundant &. Originally committed as revision 12795 to …
(edit) @54a0b6e5   17 years diego Add a header file to declare Xvid IDCT functions. patch by Alexander …
(edit) @07c37ca7   17 years benoit.fouet remove useless extern keyword. patch by Stefano Sabatini: stefano …
(edit) @59eeddf0   17 years michaelni Crop parameters are unsigned, having them negative could be bad and …
(edit) @faf3dfb9   17 years michaelni Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv …
(edit) @d1300235   17 years mans ffplay.d needs SDL_CFLAGS Originally committed as revision 12787 to …
(edit) @49e37ca9   17 years mans remove unused MAKE variable Originally committed as revision 12786 to …
(edit) @9987769a   17 years mans correct soname for vhooks Originally committed as revision 12785 to …
(edit) @791a3fc8   17 years mans save DEP_LIBS before processing subdirs Originally committed as …
(edit) @54816a3e   17 years diego cosmetics: Break an overly long line. patch by Keiji Costantini, lists …
(edit) @cb9501f4   17 years diego cosmetics: Break some overly long lines. patch by Keiji Costantini, …
(edit) @08c9bfba   17 years diego cosmetics: Break some overly long lines. patch by Keiji Costantini, …
(edit) @4a24837e   17 years banan Only set channels in the stream if previously unset, fixes resampling …
(edit) @fd31550d   17 years michaelni Fix seeking in rm. Originally committed as revision 12779 to …
(edit) @469d8816   17 years bartek.wolowiec undo changes in aac_ac3_parser Originally committed as revision 12778 …
(edit) @76ca42a8   17 years mans move DEP_LIBS to common.mak Originally committed as revision 12777 to …
(edit) @8a03404d   17 years mans fix build with --build-suffix Originally committed as revision 12776 …
(edit) @caec74dd   17 years mans generate separate dependency files per object file Originally …
(edit) @95c76e11   17 years benoit.fouet cosmetics (by Björn Axelsson) Originally committed as revision 12774 …
(edit) @49cec199   17 years benoit.fouet Add a generic write function to av_fifo. Patch by Björn Axelsson: …
(edit) @96275520   17 years mike Fix H.264 interframe decoding when compiling with icc. Patch by Loren …
(edit) @a19caa0   17 years diego Mark option arguments as variables using @var{}. patch by Stefano …
(edit) @7fad8ed2   17 years diego Fix reference to a file in MPlayer that was renamed. Originally …
(edit) @782a58ec   17 years michaelni add CODEC_ID_DIRAC Originally committed as revision 12769 to …
(edit) @e9089a52   17 years bartek.wolowiec Correction of typo in aac_ac3_parser Originally committed as revision …
(edit) @8e5f465f   17 years robert.swain Increase alignment for DCT block arrays from 8 to 16 Patch by …
(edit) @6363827e   17 years robert.swain Complete argument information in ffmpeg.c:options for non-number …
(edit) @0e5d511a   17 years robert.swain Add a missing comma in tiff_encoder.pix_fmts Patch by Stefano …
(edit) @8e255b8b   17 years mans replace some ifeq with prettier ifdef Originally committed as …
(edit) @dbe6c6ff   17 years mans append TESTS-yes to TESTS; one ifeq less Originally committed as …
(edit) @465d9b1f   17 years mans collect vhook-related makefile lines in one place Originally …
(edit) @d05e360   17 years diego Make the install-man target depend on $(MANPAGES). patch by Stefano …
(edit) @7669899b   17 years mans non-recursive makefiles Originally committed as revision 26346 to …
(edit) @71c61f62   17 years mans non-recursive makefiles Originally committed as revision 12760 to …
(edit) @c09ed33e   17 years bartek.wolowiec Corrections of errors in aac_ac3_parser Originally committed as …
(edit) @0a5754c3   17 years bartek.wolowiec change of aac_ac3_parser, so it is able to send complete portion of …
(edit) @0265fe81   17 years baptiste.coudurier remove cast Originally committed as revision 12757 to …
(edit) @612b5cbb   17 years baptiste.coudurier better error message Originally committed as revision 12756 to …
(edit) @4764fdc9   17 years michaelni simplify Originally committed as revision 12755 to …
(edit) @4e4a3e23   17 years vitor1001 Handle av_realloc() failure Commited in SoC by Vitor Sessak on …
(edit) @51bf654d   17 years vitor1001 Use sizeof(var) instead of sizeof(type) Commited in SoC by Vitor …
(edit) @a6f88fbc   17 years vitor1001 Give a more meaningful instance name to auto-inserted scaler Commited …
(edit) @779cc07   17 years vitor1001 Merge two ifs Commited in SoC by Vitor Sessak on 2008-04-03 16:44:27 …
(edit) @e1a43a41   17 years vitor1001 Remove unused check Commited in SoC by Vitor Sessak on 2008-04-03 …
(edit) @a1047717   17 years vitor1001 Cosmetical: alignment Commited in SoC by Vitor Sessak on 2008-04-03 …
(edit) @2ad72067   17 years vitor1001 Remove some unwanted todos Commited in SoC by Vitor Sessak on …
(edit) @10bff713   17 years vitor1001 Remove declaration of nonexisting function Commited in SoC by Vitor …
(edit) @d2027baa   17 years vitor1001 I should not have merged the graph parser with the graph framework. …
(edit) @966b8f2   17 years vitor1001 Replace consume_char() function by *(*buf)++ Commited in SoC by Vitor …
(edit) @4f409baa   17 years vitor1001 Add backslash '\' support to the parser Commited in SoC by Vitor …
(edit) @398f1297   17 years vitor1001 Remove AVFilterGraphDesc struct. Now the parser link the filters from …
(edit) @c4913b8   17 years vitor1001 Rename uninit() to avfilter_destroy_graph() and make it non-static …
(edit) @d66e946b   17 years vitor1001 Rename functions now static Commited in SoC by Vitor Sessak on …
(edit) @de0e3e81   17 years vitor1001 Move funtion to avoid forward declaration Commited in SoC by Vitor …
(edit) @0c317773   17 years vitor1001 Move mess (to be removed) to where it is actually used. Commited in …
(edit) @87506daa   17 years vitor1001 Remove usage of AVFilterGraphDesc outside avfiltergraph.c Commited in …
(edit) @58f472d1   17 years vitor1001 Simplify graph_load_from_desc3() Commited in SoC by Vitor Sessak on …
(edit) @9f39bb37   17 years vitor1001 Rename variable GraphContext -> AVFilterGraph Commited in SoC by …
(edit) @5c2ff9fd   17 years vitor1001 Merge avfiltergraphdesc.c in avfiltergraph.c Commited in SoC by Vitor …
(edit) @f2ee8083   17 years vitor1001 Remove avfilter_vf_graph Commited in SoC by Vitor Sessak on 2008-03-24 …
(edit) @7264695   17 years vitor1001 Remove more leftovers from the old parser Commited in SoC by Vitor …
(edit) @4160400d   17 years vitor1001 Remove code made unused by the two last patches Commited in SoC by …
(edit) @45a09319   17 years vitor1001 Split graph_load_from_dest() to have a version independent of …
(edit) @b6be4acc   17 years vitor1001 Remove declaration of non-existing functions Commited in SoC by Vitor …
(edit) @789210fa   17 years vitor1001 Almost from scratch rewrite of filter parser. Functional as is, but …
(edit) @3ec394ea   17 years vitor1001 Remove ugly forward declaration Commited in SoC by Vitor Sessak on …
(edit) @de065016   17 years vitor1001 Fix doxy comment Commited in SoC by Vitor Sessak on 2008-02-24 …
(edit) @177ff260   17 years vitor1001 Spelling and puctuation Commited in SoC by Vitor Sessak on 2008-02-16 …
Note: See TracRevisionLog for help on using the revision log.