summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a generic write function to av_fifo.Björn Axelsson2008-04-09
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-08
* Mark option arguments as variables using @var{}.Stefano Sabatini2008-04-08
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-08
* add CODEC_ID_DIRACMichael Niedermayer2008-04-08
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-08
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-08
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-08
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-07
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-07
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-07
* non-recursive makefilesMåns Rullgård2008-04-07
* non-recursive makefilesMåns Rullgård2008-04-07
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* remove castBaptiste Coudurier2008-04-05
* better error messageBaptiste Coudurier2008-04-05
* simplifyMichael Niedermayer2008-04-05
* Handle av_realloc() failureVitor Sessak2008-04-04
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-04
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-04
* Merge two ifsVitor Sessak2008-04-04
* Remove unused checkVitor Sessak2008-04-04
* Cosmetical: alignmentVitor Sessak2008-04-04
* Remove some unwanted todosVitor Sessak2008-04-04
* Remove declaration of nonexisting functionVitor Sessak2008-04-04
* I should not have merged the graph parser with the graphVitor Sessak2008-04-04
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-04
* Add backslash '\' support to the parserVitor Sessak2008-04-04
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-04
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-04
* Rename functions now staticVitor Sessak2008-04-04
* Move funtion to avoid forward declarationVitor Sessak2008-04-04
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-04
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-04
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-04
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-04
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-04
* Remove avfilter_vf_graphVitor Sessak2008-04-04
* Remove more leftovers from the old parserVitor Sessak2008-04-04
* Remove code made unused by the two last patchesVitor Sessak2008-04-04
* Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak2008-04-04
* Remove declaration of non-existing functionsVitor Sessak2008-04-04
* Almost from scratch rewrite of filter parser.Vitor Sessak2008-04-04
* Remove ugly forward declarationVitor Sessak2008-04-04
* Fix doxy commentVitor Sessak2008-04-04
* Spelling and puctuationVitor Sessak2008-04-04
* Make comment match codeVitor Sessak2008-04-04