platform/upstream/libav.git
16 years agoOnly set channels in the stream if previously unset, fixes resampling crash on broken...
Benjamin Larsson [Thu, 10 Apr 2008 06:15:17 +0000 (06:15 +0000)]
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames

Originally committed as revision 12780 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix seeking in rm.
Michael Niedermayer [Wed, 9 Apr 2008 23:19:05 +0000 (23:19 +0000)]
Fix seeking in rm.

Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoundo changes in aac_ac3_parser
Bartlomiej Wolowiec [Wed, 9 Apr 2008 22:11:21 +0000 (22:11 +0000)]
undo changes in aac_ac3_parser

Originally committed as revision 12778 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove DEP_LIBS to common.mak
Måns Rullgård [Wed, 9 Apr 2008 21:11:39 +0000 (21:11 +0000)]
move DEP_LIBS to common.mak

Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix build with --build-suffix
Måns Rullgård [Wed, 9 Apr 2008 21:11:35 +0000 (21:11 +0000)]
fix build with --build-suffix

Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agogenerate separate dependency files per object file
Måns Rullgård [Wed, 9 Apr 2008 20:48:17 +0000 (20:48 +0000)]
generate separate dependency files per object file

Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics (by Björn Axelsson)
Benoit Fouet [Wed, 9 Apr 2008 11:36:50 +0000 (11:36 +0000)]
cosmetics (by Björn Axelsson)

Originally committed as revision 12774 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd a generic write function to av_fifo.
Björn Axelsson [Wed, 9 Apr 2008 11:35:16 +0000 (11:35 +0000)]
Add a generic write function to av_fifo.
Patch by Björn Axelsson: bjorn axelsson intinor se
Original thread: [FFmpeg-devel] [RFC][PATCH] av_fifo_write_from_bytestream()
Date: 04/03/2008 12:14 PM

Originally committed as revision 12773 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix H.264 interframe decoding when compiling with icc. Patch by Loren
Loren Merritt [Tue, 8 Apr 2008 23:49:34 +0000 (23:49 +0000)]
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
Merritt:

"It seems that icc copies the constants from their global var onto the
stack, at which point they're not aligned, hence the crash.
[This change] really shouldn't mean anything different, but maybe it'll
confuse icc into not performing that 'optimization'."

Originally committed as revision 12772 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMark option arguments as variables using @var{}.
Stefano Sabatini [Tue, 8 Apr 2008 16:39:30 +0000 (16:39 +0000)]
Mark option arguments as variables using @var{}.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix reference to a file in MPlayer that was renamed.
Diego Biurrun [Tue, 8 Apr 2008 15:16:48 +0000 (15:16 +0000)]
Fix reference to a file in MPlayer that was renamed.

Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd CODEC_ID_DIRAC
Michael Niedermayer [Tue, 8 Apr 2008 10:49:23 +0000 (10:49 +0000)]
add CODEC_ID_DIRAC

Originally committed as revision 12769 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCorrection of typo in aac_ac3_parser
Bartlomiej Wolowiec [Tue, 8 Apr 2008 06:18:36 +0000 (06:18 +0000)]
Correction of typo in aac_ac3_parser

Originally committed as revision 12768 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIncrease alignment for DCT block arrays from 8 to 16
Alexander Strange [Tue, 8 Apr 2008 01:09:33 +0000 (01:09 +0000)]
Increase alignment for DCT block arrays from 8 to 16

Patch by Alexander Strange ( astrange ithinksw com )

Originally committed as revision 12767 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoComplete argument information in ffmpeg.c:options for non-number arguments
Stefano Sabatini [Tue, 8 Apr 2008 01:01:00 +0000 (01:01 +0000)]
Complete argument information in ffmpeg.c:options for non-number arguments

Patch by Stefano Sabatini ( stefano sabatini-lala poste it )

Originally committed as revision 12766 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd a missing comma in tiff_encoder.pix_fmts
Stefano Sabatini [Tue, 8 Apr 2008 00:57:12 +0000 (00:57 +0000)]
Add a missing comma in tiff_encoder.pix_fmts

Patch by Stefano Sabatini ( stefano sabatini-lala poste it )

Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoreplace some ifeq with prettier ifdef
Måns Rullgård [Mon, 7 Apr 2008 22:17:47 +0000 (22:17 +0000)]
replace some ifeq with prettier ifdef

Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoappend TESTS-yes to TESTS; one ifeq less
Måns Rullgård [Mon, 7 Apr 2008 22:17:44 +0000 (22:17 +0000)]
append TESTS-yes to TESTS; one ifeq less

Originally committed as revision 12763 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocollect vhook-related makefile lines in one place
Måns Rullgård [Mon, 7 Apr 2008 22:17:42 +0000 (22:17 +0000)]
collect vhook-related makefile lines in one place

Originally committed as revision 12762 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake the install-man target depend on $(MANPAGES).
Stefano Sabatini [Mon, 7 Apr 2008 21:45:38 +0000 (21:45 +0000)]
Make the install-man target depend on $(MANPAGES).
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agonon-recursive makefiles
Måns Rullgård [Mon, 7 Apr 2008 21:16:50 +0000 (21:16 +0000)]
non-recursive makefiles

Originally committed as revision 26346 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agonon-recursive makefiles
Måns Rullgård [Mon, 7 Apr 2008 21:16:31 +0000 (21:16 +0000)]
non-recursive makefiles

Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCorrections of errors in aac_ac3_parser
Bartlomiej Wolowiec [Mon, 7 Apr 2008 20:54:08 +0000 (20:54 +0000)]
Corrections of errors in aac_ac3_parser

Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agochange of aac_ac3_parser, so it is able to send complete portion of data to decoder
Bartlomiej Wolowiec [Sat, 5 Apr 2008 20:09:36 +0000 (20:09 +0000)]
change of aac_ac3_parser, so it is able to send complete portion of data to decoder

Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove cast
Baptiste Coudurier [Sat, 5 Apr 2008 12:47:56 +0000 (12:47 +0000)]
remove cast

Originally committed as revision 12757 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agobetter error message
Baptiste Coudurier [Sat, 5 Apr 2008 12:46:59 +0000 (12:46 +0000)]
better error message

Originally committed as revision 12756 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify
Michael Niedermayer [Sat, 5 Apr 2008 10:52:27 +0000 (10:52 +0000)]
simplify

Originally committed as revision 12755 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoHandle av_realloc() failure
Vitor Sessak [Fri, 4 Apr 2008 20:09:47 +0000 (20:09 +0000)]
Handle av_realloc() failure
Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38

Originally committed as revision 12754 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse sizeof(var) instead of sizeof(type)
Vitor Sessak [Fri, 4 Apr 2008 20:09:45 +0000 (20:09 +0000)]
Use sizeof(var) instead of sizeof(type)
Commited in SoC by Vitor Sessak on 2008-04-03 19:53:18

Originally committed as revision 12753 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoGive a more meaningful instance name to auto-inserted scaler
Vitor Sessak [Fri, 4 Apr 2008 20:09:42 +0000 (20:09 +0000)]
Give a more meaningful instance name to auto-inserted scaler
Commited in SoC by Vitor Sessak on 2008-04-03 16:51:39

Originally committed as revision 12752 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge two ifs
Vitor Sessak [Fri, 4 Apr 2008 20:09:40 +0000 (20:09 +0000)]
Merge two ifs
Commited in SoC by Vitor Sessak on 2008-04-03 16:44:27

Originally committed as revision 12751 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unused check
Vitor Sessak [Fri, 4 Apr 2008 20:09:38 +0000 (20:09 +0000)]
Remove unused check
Commited in SoC by Vitor Sessak on 2008-04-03 16:38:51

Originally committed as revision 12750 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetical: alignment
Vitor Sessak [Fri, 4 Apr 2008 20:09:35 +0000 (20:09 +0000)]
Cosmetical: alignment
Commited in SoC by Vitor Sessak on 2008-04-03 16:36:13

Originally committed as revision 12749 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove some unwanted todos
Vitor Sessak [Fri, 4 Apr 2008 20:09:32 +0000 (20:09 +0000)]
Remove some unwanted todos
Commited in SoC by Vitor Sessak on 2008-04-03 16:32:37

Originally committed as revision 12748 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove declaration of nonexisting function
Vitor Sessak [Fri, 4 Apr 2008 20:09:29 +0000 (20:09 +0000)]
Remove declaration of nonexisting function
Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09

Originally committed as revision 12747 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoI should not have merged the graph parser with the graph
Vitor Sessak [Fri, 4 Apr 2008 20:09:27 +0000 (20:09 +0000)]
I should not have merged the graph parser with the graph
framework. Split it.

Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07

Originally committed as revision 12746 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace consume_char() function by *(*buf)++
Vitor Sessak [Fri, 4 Apr 2008 20:09:23 +0000 (20:09 +0000)]
Replace consume_char() function by *(*buf)++
Commited in SoC by Vitor Sessak on 2008-03-30 15:46:38

Originally committed as revision 12745 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd backslash '\' support to the parser
Vitor Sessak [Fri, 4 Apr 2008 20:09:20 +0000 (20:09 +0000)]
Add backslash '\' support to the parser
Commited in SoC by Vitor Sessak on 2008-03-29 16:26:47

Originally committed as revision 12744 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove AVFilterGraphDesc struct.
Vitor Sessak [Fri, 4 Apr 2008 20:09:17 +0000 (20:09 +0000)]
Remove AVFilterGraphDesc struct.
Now the parser link the filters from the graph directly
with avfilter_link().

Commited in SoC by Vitor Sessak on 2008-03-29 15:12:47

Originally committed as revision 12743 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename uninit() to avfilter_destroy_graph() and make it non-static
Vitor Sessak [Fri, 4 Apr 2008 20:09:14 +0000 (20:09 +0000)]
Rename uninit() to avfilter_destroy_graph() and make it non-static
Commited in SoC by Vitor Sessak on 2008-03-27 19:34:24

Originally committed as revision 12742 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename functions now static
Vitor Sessak [Fri, 4 Apr 2008 20:09:11 +0000 (20:09 +0000)]
Rename functions now static
Commited in SoC by Vitor Sessak on 2008-03-26 21:06:01

Originally committed as revision 12741 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove funtion to avoid forward declaration
Vitor Sessak [Fri, 4 Apr 2008 20:09:08 +0000 (20:09 +0000)]
Move funtion to avoid forward declaration
Commited in SoC by Vitor Sessak on 2008-03-26 20:57:17

Originally committed as revision 12740 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove mess (to be removed) to where it is actually used.
Vitor Sessak [Fri, 4 Apr 2008 20:09:06 +0000 (20:09 +0000)]
Move mess (to be removed) to where it is actually used.

Commited in SoC by Vitor Sessak on 2008-03-26 20:56:05

Originally committed as revision 12739 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove usage of AVFilterGraphDesc outside avfiltergraph.c
Vitor Sessak [Fri, 4 Apr 2008 20:09:02 +0000 (20:09 +0000)]
Remove usage of AVFilterGraphDesc outside avfiltergraph.c
Commited in SoC by Vitor Sessak on 2008-03-26 20:51:24

Originally committed as revision 12738 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify graph_load_from_desc3()
Vitor Sessak [Fri, 4 Apr 2008 20:08:59 +0000 (20:08 +0000)]
Simplify graph_load_from_desc3()
Commited in SoC by Vitor Sessak on 2008-03-26 20:37:43

Originally committed as revision 12737 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename variable GraphContext -> AVFilterGraph
Vitor Sessak [Fri, 4 Apr 2008 20:08:56 +0000 (20:08 +0000)]
Rename variable GraphContext -> AVFilterGraph

Commited in SoC by Vitor Sessak on 2008-03-26 20:31:53

Originally committed as revision 12736 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge avfiltergraphdesc.c in avfiltergraph.c
Vitor Sessak [Fri, 4 Apr 2008 20:08:52 +0000 (20:08 +0000)]
Merge avfiltergraphdesc.c in avfiltergraph.c
Commited in SoC by Vitor Sessak on 2008-03-24 20:46:50

Originally committed as revision 12735 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove avfilter_vf_graph
Vitor Sessak [Fri, 4 Apr 2008 20:08:49 +0000 (20:08 +0000)]
Remove avfilter_vf_graph
Commited in SoC by Vitor Sessak on 2008-03-24 20:13:01

Originally committed as revision 12734 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove more leftovers from the old parser
Vitor Sessak [Fri, 4 Apr 2008 20:08:46 +0000 (20:08 +0000)]
Remove more leftovers from the old parser
Commited in SoC by Vitor Sessak on 2008-03-24 19:58:44

Originally committed as revision 12733 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove code made unused by the two last patches
Vitor Sessak [Fri, 4 Apr 2008 20:08:44 +0000 (20:08 +0000)]
Remove code made unused by the two last patches
Commited in SoC by Vitor Sessak on 2008-03-24 19:29:15

Originally committed as revision 12732 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSplit graph_load_from_dest() to have a version independent of avfilter_vf_graph
Vitor Sessak [Fri, 4 Apr 2008 20:08:40 +0000 (20:08 +0000)]
Split graph_load_from_dest() to have a version independent of avfilter_vf_graph
Commited in SoC by Vitor Sessak on 2008-03-24 19:19:38

Originally committed as revision 12731 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove declaration of non-existing functions
Vitor Sessak [Fri, 4 Apr 2008 20:08:37 +0000 (20:08 +0000)]
Remove declaration of non-existing functions
Commited in SoC by Vitor Sessak on 2008-03-24 19:11:27

Originally committed as revision 12730 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAlmost from scratch rewrite of filter parser.
Vitor Sessak [Fri, 4 Apr 2008 20:08:34 +0000 (20:08 +0000)]
Almost from scratch rewrite of filter parser.

Functional as is, but still work-in-progress in the
sense that some things need to be fixed before sending
it as a patch to SVN.

Commited in SoC by Vitor Sessak on 2008-03-20 21:48:30

Originally committed as revision 12729 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove ugly forward declaration
Vitor Sessak [Fri, 4 Apr 2008 20:08:31 +0000 (20:08 +0000)]
Remove ugly forward declaration
Commited in SoC by Vitor Sessak on 2008-02-24 11:41:22

Originally committed as revision 12728 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix doxy comment
Vitor Sessak [Fri, 4 Apr 2008 20:08:28 +0000 (20:08 +0000)]
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-02-24 11:30:41

Originally committed as revision 12727 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSpelling and puctuation
Vitor Sessak [Fri, 4 Apr 2008 20:08:26 +0000 (20:08 +0000)]
Spelling and puctuation
Commited in SoC by Vitor Sessak on 2008-02-16 17:52:49

Originally committed as revision 12726 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake comment match code
Vitor Sessak [Fri, 4 Apr 2008 20:08:22 +0000 (20:08 +0000)]
Make comment match code
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:31

Originally committed as revision 12725 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake multiple inclusion guard adhere to convention
Vitor Sessak [Fri, 4 Apr 2008 20:08:19 +0000 (20:08 +0000)]
Make multiple inclusion guard adhere to convention
Commited in SoC by Vitor Sessak on 2008-02-16 17:48:09

Originally committed as revision 12724 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove header now made useless
Vitor Sessak [Fri, 4 Apr 2008 20:08:16 +0000 (20:08 +0000)]
Remove header now made useless
Commited in SoC by Vitor Sessak on 2008-02-12 20:59:51

Originally committed as revision 12723 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove author field
Vitor Sessak [Fri, 4 Apr 2008 20:08:13 +0000 (20:08 +0000)]
Remove author field

Suggested by Baptiste Coudurier

Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27

Originally committed as revision 12722 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse CodecType for pad type
Vitor Sessak [Fri, 4 Apr 2008 20:08:10 +0000 (20:08 +0000)]
Use CodecType for pad type
Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57

Originally committed as revision 12721 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoHeader inclusion redux
Vitor Sessak [Fri, 4 Apr 2008 20:08:07 +0000 (20:08 +0000)]
Header inclusion redux
Commited in SoC by Vitor Sessak on 2008-02-10 08:46:50

Originally committed as revision 12720 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoNits: more punctuation and capitalization
Vitor Sessak [Fri, 4 Apr 2008 20:08:05 +0000 (20:08 +0000)]
Nits: more punctuation and capitalization
Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29

Originally committed as revision 12719 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoImplement poll_frame() method. Fix ffmpeg.c bug with
Vitor Sessak [Fri, 4 Apr 2008 20:08:02 +0000 (20:08 +0000)]
Implement poll_frame() method. Fix ffmpeg.c bug with
vf_fps filter.

Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36

Originally committed as revision 12718 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRework link property configuration system.
Vitor Sessak [Fri, 4 Apr 2008 20:07:59 +0000 (20:07 +0000)]
Rework link property configuration system.
This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters.  As an added bonus, it can
now detect circular filter chains which wouldn't work anyway.

Commited in SoC by Bobby Bingham on 2007-12-24 03:22:10

Originally committed as revision 12717 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse separate fake filters for exporting inputs and outputs from filter graphs.
Vitor Sessak [Fri, 4 Apr 2008 20:07:56 +0000 (20:07 +0000)]
Use separate fake filters for exporting inputs and outputs from filter graphs.
This makes the code a little less confusing, and is needed for the patch to
improve the link configuration process, to be committed next.

Commited in SoC by Bobby Bingham on 2007-12-24 02:53:56

Originally committed as revision 12716 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse a filter graph description for creating simple chain graphs so we
Vitor Sessak [Fri, 4 Apr 2008 20:07:54 +0000 (20:07 +0000)]
Use a filter graph description for creating simple chain graphs so we
can reuse the same graph creation code.

Commited in SoC by Bobby Bingham on 2007-12-22 19:13:04

Originally committed as revision 12715 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake filter graph description parsing code independent of the code to
Vitor Sessak [Fri, 4 Apr 2008 20:07:50 +0000 (20:07 +0000)]
Make filter graph description parsing code independent of the code to
read said description from a file.

Commited in SoC by Bobby Bingham on 2007-12-22 17:16:21

Originally committed as revision 12714 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse av_log(ctx, ...) instead of av_log(NULL, ...)
Vitor Sessak [Fri, 4 Apr 2008 20:07:47 +0000 (20:07 +0000)]
Use av_log(ctx, ...) instead of av_log(NULL, ...)
Commited in SoC by Vitor Sessak on 2007-12-21 11:10:29

Originally committed as revision 12713 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l
Vitor Sessak [Fri, 4 Apr 2008 20:07:44 +0000 (20:07 +0000)]
10l

Commited in SoC by Bobby Bingham on 2007-12-20 20:21:19

Originally committed as revision 12712 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRewrite colorspace negotiation.
Vitor Sessak [Fri, 4 Apr 2008 20:07:41 +0000 (20:07 +0000)]
Rewrite colorspace negotiation.

Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26

Originally committed as revision 12711 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix a small memory leak
Vitor Sessak [Fri, 4 Apr 2008 20:07:39 +0000 (20:07 +0000)]
Fix a small memory leak

Commited in SoC by Bobby Bingham on 2007-12-20 19:30:34

Originally committed as revision 12710 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoinitialize filter graphs completely even if there is no list of filters
Vitor Sessak [Fri, 4 Apr 2008 20:07:37 +0000 (20:07 +0000)]
initialize filter graphs completely even if there is no list of filters
given to initially load.

Commited in SoC by Bobby Bingham on 2007-12-20 16:50:45

Originally committed as revision 12709 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoHandle failure properly
Vitor Sessak [Fri, 4 Apr 2008 20:07:34 +0000 (20:07 +0000)]
Handle failure properly
Commited in SoC by Vitor Sessak on 2007-11-29 19:35:17

Originally committed as revision 12708 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove useless empty functions
Vitor Sessak [Fri, 4 Apr 2008 20:07:31 +0000 (20:07 +0000)]
Remove useless empty functions
Commited in SoC by Vitor Sessak on 2007-11-04 17:20:17

Originally committed as revision 12707 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSilence warning caused by my last commit
Vitor Sessak [Fri, 4 Apr 2008 20:07:29 +0000 (20:07 +0000)]
Silence warning caused by my last commit
Commited in SoC by Vitor Sessak on 2007-10-30 21:15:19

Originally committed as revision 12706 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMinor simplification
Vitor Sessak [Fri, 4 Apr 2008 20:07:17 +0000 (20:07 +0000)]
Minor simplification
Commited in SoC by Vitor Sessak on 2007-10-30 21:11:34

Originally committed as revision 12705 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPrefix names of filter structs
Vitor Sessak [Fri, 4 Apr 2008 20:06:54 +0000 (20:06 +0000)]
Prefix names of filter structs

Commited in SoC by Bobby Bingham on 2007-08-18 18:17:30

Originally committed as revision 12704 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename avfilter_create to avfilter_open and remove the wrapper function
Vitor Sessak [Fri, 4 Apr 2008 20:06:47 +0000 (20:06 +0000)]
Rename avfilter_create to avfilter_open and remove the wrapper function
avfilter_create_by_name.

Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55

Originally committed as revision 12703 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDoxygenize some comments
Vitor Sessak [Fri, 4 Apr 2008 20:06:45 +0000 (20:06 +0000)]
Doxygenize some comments

Commited in SoC by Bobby Bingham on 2007-08-17 22:59:59

Originally committed as revision 12702 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove the data parameter from draw_slice(). It's unneeded and often more
Vitor Sessak [Fri, 4 Apr 2008 20:06:42 +0000 (20:06 +0000)]
Remove the data parameter from draw_slice().  It's unneeded and often more
work than it's worth.

Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11

Originally committed as revision 12701 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAllow creation of filter graphs from a graph description structure which
Vitor Sessak [Fri, 4 Apr 2008 20:06:37 +0000 (20:06 +0000)]
Allow creation of filter graphs from a graph description structure which
can be created programmatically or loaded from a file.

Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05

Originally committed as revision 12700 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoLet request_frame() indicate success or failure
Vitor Sessak [Fri, 4 Apr 2008 20:06:34 +0000 (20:06 +0000)]
Let request_frame() indicate success or failure

Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36

Originally committed as revision 12699 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoNeed to copy over colorspace property too
Vitor Sessak [Fri, 4 Apr 2008 20:06:31 +0000 (20:06 +0000)]
Need to copy over colorspace property too

Commited in SoC by Bobby Bingham on 2007-08-08 05:39:40

Originally committed as revision 12698 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix behavior when exporting output pad with default query_formats()
Vitor Sessak [Fri, 4 Apr 2008 20:06:28 +0000 (20:06 +0000)]
Fix behavior when exporting output pad with default query_formats()

Commited in SoC by Bobby Bingham on 2007-08-08 04:25:08

Originally committed as revision 12697 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoLet the filter graph export input and output pads from the filters it contains.
Vitor Sessak [Fri, 4 Apr 2008 20:06:25 +0000 (20:06 +0000)]
Let the filter graph export input and output pads from the filters it contains.

Commited in SoC by Bobby Bingham on 2007-08-07 22:33:46

Originally committed as revision 12696 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSeparate the process of creating links between filters from that of configuring
Vitor Sessak [Fri, 4 Apr 2008 20:06:22 +0000 (20:06 +0000)]
Separate the process of creating links between filters from that of configuring
the links.

Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18

Originally committed as revision 12695 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix memory leak.
Vitor Sessak [Fri, 4 Apr 2008 20:06:19 +0000 (20:06 +0000)]
Fix memory leak.

Commited in SoC by Bobby Bingham on 2007-07-31 20:11:25

Originally committed as revision 12694 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake the filter graph just another normal filter.
Vitor Sessak [Fri, 4 Apr 2008 20:06:17 +0000 (20:06 +0000)]
Make the filter graph just another normal filter.

Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38

Originally committed as revision 12693 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAllow code to pass data to filters it creates.
Vitor Sessak [Fri, 4 Apr 2008 20:06:13 +0000 (20:06 +0000)]
Allow code to pass data to filters it creates.

Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50

Originally committed as revision 12692 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDon't mangle the input strings. The caller may want to reuse it later.
Vitor Sessak [Fri, 4 Apr 2008 20:06:10 +0000 (20:06 +0000)]
Don't mangle the input strings.  The caller may want to reuse it later.

Commited in SoC by Bobby Bingham on 2007-07-15 16:13:17

Originally committed as revision 12691 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoEnsure that the filter_count member is reset to zero when emptying the graph
Vitor Sessak [Fri, 4 Apr 2008 20:05:01 +0000 (20:05 +0000)]
Ensure that the filter_count member is reset to zero when emptying the graph

Commited in SoC by Bobby Bingham on 2007-07-14 23:19:22

Originally committed as revision 12690 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix possible segfault
Vitor Sessak [Fri, 4 Apr 2008 20:04:58 +0000 (20:04 +0000)]
Fix possible segfault

Commited in SoC by Bobby Bingham on 2007-07-14 23:16:15

Originally committed as revision 12689 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove simple filter chain loading code over to the filter graph.
Vitor Sessak [Fri, 4 Apr 2008 20:04:55 +0000 (20:04 +0000)]
Move simple filter chain loading code over to the filter graph.

Commited in SoC by Bobby Bingham on 2007-07-14 22:26:37

Originally committed as revision 12688 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove destruction of the graph's filters to its own helper function.
Vitor Sessak [Fri, 4 Apr 2008 20:03:33 +0000 (20:03 +0000)]
Move destruction of the graph's filters to its own helper function.

Commited in SoC by Bobby Bingham on 2007-07-14 21:41:34

Originally committed as revision 12687 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSplit filter graphs out into their own source & header files.
Vitor Sessak [Fri, 4 Apr 2008 20:02:10 +0000 (20:02 +0000)]
Split filter graphs out into their own source & header files.

Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21

Originally committed as revision 12686 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agospecial mpeg2 handling is no more needed
Baptiste Coudurier [Fri, 4 Apr 2008 09:55:31 +0000 (09:55 +0000)]
special mpeg2 handling is no more needed

Originally committed as revision 12685 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDisable the split function. This should end the mpeg1/2 global header issues.
Michael Niedermayer [Fri, 4 Apr 2008 00:43:34 +0000 (00:43 +0000)]
Disable the split function. This should end the mpeg1/2 global header issues.

Originally committed as revision 12684 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify LDFLAGS and EXTRALIBS handling
Måns Rullgård [Thu, 3 Apr 2008 23:51:29 +0000 (23:51 +0000)]
simplify LDFLAGS and EXTRALIBS handling

Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify vhook/*.o rule
Måns Rullgård [Thu, 3 Apr 2008 22:47:01 +0000 (22:47 +0000)]
simplify vhook/*.o rule

Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk