13348 Commits (6dffc88d99c6af2f594bdf6414e4749a0e854cf4)
 

Author SHA1 Message Date
Måns Rullgård 8a03404d4f fix build with --build-suffix 17 years ago
Måns Rullgård caec74dd65 generate separate dependency files per object file 17 years ago
Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 17 years ago
Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 17 years ago
Loren Merritt 96275520a3 Fix H.264 interframe decoding when compiling with icc. Patch by Loren 17 years ago
Stefano Sabatini a19caa0f3e Mark option arguments as variables using @var{}. 17 years ago
Diego Biurrun 7fad8ed26f Fix reference to a file in MPlayer that was renamed. 17 years ago
Michael Niedermayer 782a58ece3 add CODEC_ID_DIRAC 17 years ago
Bartlomiej Wolowiec e9089a5240 Correction of typo in aac_ac3_parser 17 years ago
Alexander Strange 8e5f465f4c Increase alignment for DCT block arrays from 8 to 16 17 years ago
Stefano Sabatini 6363827e13 Complete argument information in ffmpeg.c:options for non-number arguments 17 years ago
Stefano Sabatini 0e5d511aeb Add a missing comma in tiff_encoder.pix_fmts 17 years ago
Måns Rullgård 8e255b8bda replace some ifeq with prettier ifdef 17 years ago
Måns Rullgård dbe6c6ff00 append TESTS-yes to TESTS; one ifeq less 17 years ago
Måns Rullgård 465d9b1f7a collect vhook-related makefile lines in one place 17 years ago
Stefano Sabatini d05e360c48 Make the install-man target depend on $(MANPAGES). 17 years ago
Måns Rullgård 7669899bdf non-recursive makefiles 17 years ago
Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
Bartlomiej Wolowiec c09ed33e18 Corrections of errors in aac_ac3_parser 17 years ago
Bartlomiej Wolowiec 0a5754c3b7 change of aac_ac3_parser, so it is able to send complete portion of data to decoder 17 years ago
Baptiste Coudurier 0265fe81e4 remove cast 17 years ago
Baptiste Coudurier 612b5cbb24 better error message 17 years ago
Michael Niedermayer 4764fdc987 simplify 17 years ago
Vitor Sessak 4e4a3e2314 Handle av_realloc() failure 17 years ago
Vitor Sessak 51bf654d79 Use sizeof(var) instead of sizeof(type) 17 years ago
Vitor Sessak a6f88fbc8f Give a more meaningful instance name to auto-inserted scaler 17 years ago
Vitor Sessak 779cc07aa2 Merge two ifs 17 years ago
Vitor Sessak e1a43a4146 Remove unused check 17 years ago
Vitor Sessak a10477173a Cosmetical: alignment 17 years ago
Vitor Sessak 2ad720679c Remove some unwanted todos 17 years ago
Vitor Sessak 10bff7139a Remove declaration of nonexisting function 17 years ago
Vitor Sessak d2027baac5 I should not have merged the graph parser with the graph 17 years ago
Vitor Sessak 966b8f2dcb Replace consume_char() function by *(*buf)++ 17 years ago
Vitor Sessak 4f409baa06 Add backslash '\' support to the parser 17 years ago
Vitor Sessak 398f12970f Remove AVFilterGraphDesc struct. 17 years ago
Vitor Sessak c4913b812d Rename uninit() to avfilter_destroy_graph() and make it non-static 17 years ago
Vitor Sessak d66e946b12 Rename functions now static 17 years ago
Vitor Sessak de0e3e81d3 Move funtion to avoid forward declaration 17 years ago
Vitor Sessak 0c3177737b Move mess (to be removed) to where it is actually used. 17 years ago
Vitor Sessak 87506daafd Remove usage of AVFilterGraphDesc outside avfiltergraph.c 17 years ago
Vitor Sessak 58f472d10f Simplify graph_load_from_desc3() 17 years ago
Vitor Sessak 9f39bb37e4 Rename variable GraphContext -> AVFilterGraph 17 years ago
Vitor Sessak 5c2ff9fd46 Merge avfiltergraphdesc.c in avfiltergraph.c 17 years ago
Vitor Sessak f2ee8083c8 Remove avfilter_vf_graph 17 years ago
Vitor Sessak 7264695fe1 Remove more leftovers from the old parser 17 years ago
Vitor Sessak 4160400d04 Remove code made unused by the two last patches 17 years ago
Vitor Sessak 45a09319b2 Split graph_load_from_dest() to have a version independent of avfilter_vf_graph 17 years ago
Vitor Sessak b6be4acc1f Remove declaration of non-existing functions 17 years ago
Vitor Sessak 789210fa22 Almost from scratch rewrite of filter parser. 17 years ago
Vitor Sessak 3ec394ea82 Remove ugly forward declaration 17 years ago