|
|
|
@f3f42a3c
|
17 years |
vitor1001 |
Use separate fake filters for exporting inputs and outputs from filter …
|
|
|
@d22ebb1b
|
17 years |
vitor1001 |
Use a filter graph description for creating simple chain graphs so we …
|
|
|
@16db7fe0
|
17 years |
vitor1001 |
Make filter graph description parsing code independent of the code to …
|
|
|
@1df675bf
|
17 years |
vitor1001 |
Use av_log(ctx, ...) instead of av_log(NULL, ...)
Commited in SoC by …
|
|
|
@de5985b6
|
17 years |
vitor1001 |
10l
Commited in SoC by Bobby Bingham on 2007-12-20 20:21:19
…
|
|
|
@7b470878
|
17 years |
vitor1001 |
Rewrite colorspace negotiation.
Commited in SoC by Bobby Bingham on …
|
|
|
@8af6261c
|
17 years |
vitor1001 |
Fix a small memory leak
Commited in SoC by Bobby Bingham on …
|
|
|
@54d7fcc1
|
17 years |
vitor1001 |
initialize filter graphs completely even if there is no list of …
|
|
|
@5a7414f
|
17 years |
vitor1001 |
Handle failure properly
Commited in SoC by Vitor Sessak on 2007-11-29 …
|
|
|
@6c66596e
|
17 years |
vitor1001 |
Remove useless empty functions
Commited in SoC by Vitor Sessak on …
|
|
|
@9eb36c05
|
17 years |
vitor1001 |
Silence warning caused by my last commit
Commited in SoC by Vitor …
|
|
|
@5a1dacda
|
17 years |
vitor1001 |
Minor simplification
Commited in SoC by Vitor Sessak on 2007-10-30 …
|
|
|
@6ea14464
|
17 years |
vitor1001 |
Prefix names of filter structs
Commited in SoC by Bobby Bingham on …
|
|
|
@d1633ac6
|
17 years |
vitor1001 |
Rename avfilter_create to avfilter_open and remove the wrapper …
|
|
|
@66d9e9b
|
17 years |
vitor1001 |
Doxygenize some comments
Commited in SoC by Bobby Bingham on …
|
|
|
@5ded633e
|
17 years |
vitor1001 |
Remove the data parameter from draw_slice(). It's unneeded and often …
|
|
|
@57d4a157
|
17 years |
vitor1001 |
Allow creation of filter graphs from a graph description structure …
|
|
|
@1d2067e2
|
17 years |
vitor1001 |
Let request_frame() indicate success or failure
Commited in SoC by …
|
|
|
@81c25293
|
17 years |
vitor1001 |
Need to copy over colorspace property too
Commited in SoC by Bobby …
|
|
|
@7b712850
|
17 years |
vitor1001 |
Fix behavior when exporting output pad with default query_formats()
…
|
|
|
@7f8fb52f
|
17 years |
vitor1001 |
Let the filter graph export input and output pads from the filters it …
|
|
|
@256d0e0a
|
17 years |
vitor1001 |
Separate the process of creating links between filters from that of …
|
|
|
@1deec58b
|
17 years |
vitor1001 |
Fix memory leak.
Commited in SoC by Bobby Bingham on 2007-07-31 …
|
|
|
@b9a7a65a
|
17 years |
vitor1001 |
Make the filter graph just another normal filter.
Commited in SoC by …
|
|
|
@1ac87cc8
|
17 years |
vitor1001 |
Allow code to pass data to filters it creates.
Commited in SoC by …
|
|
|
@fc27b808
|
17 years |
vitor1001 |
Don't mangle the input strings. The caller may want to reuse it …
|
|
|
@65a4bd9c
|
17 years |
vitor1001 |
Ensure that the filter_count member is reset to zero when emptying the …
|
|
|
@ba56640c
|
17 years |
vitor1001 |
Fix possible segfault
Commited in SoC by Bobby Bingham on 2007-07-14 …
|
|
|
@f8c77c82
|
17 years |
vitor1001 |
Move simple filter chain loading code over to the filter graph.
…
|
|
|
@ffcaef3
|
17 years |
vitor1001 |
Move destruction of the graph's filters to its own helper function.
…
|
|
|
@eccb6fb7
|
17 years |
vitor1001 |
Split filter graphs out into their own source & header files.
…
|
|
|
@b64518e9
|
17 years |
baptiste.coudurier |
special mpeg2 handling is no more needed
Originally committed as …
|
|
|
@39e9e6d9
|
17 years |
michaelni |
Disable the split function. This should end the mpeg1/2 global header …
|
|
|
@b8fcb619
|
17 years |
mans |
simplify LDFLAGS and EXTRALIBS handling
Originally committed as …
|
|
|
@82e8566a
|
17 years |
mans |
simplify vhook/*.o rule
Originally committed as revision 12682 to …
|
|
|
@43527e3e
|
17 years |
mans |
clean up DEP_LIBS setting
Originally committed as revision 12681 to …
|
|
|
@9006f5d0
|
17 years |
mans |
replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
Originally …
|
|
|
@18ec0460
|
17 years |
lu_zero |
Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg
…
|
|
|
@5ee0e139
|
17 years |
lu_zero |
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg
…
|
|
|
@ed0d3048
|
17 years |
michaelni |
Merge declaratio and initialization.
Originally committed as revision …
|
|
|
@11362767
|
17 years |
michaelni |
Merge declaration and initialization.
Originally committed as …
|
|
|
@9b7ca3b7
|
17 years |
michaelni |
Decode stuff from extradata as well.
Originally committed as revision …
|
|
|
@7f8ef975
|
17 years |
michaelni |
Factorize code a little.
Originally committed as revision 12674 to …
|
|
|
@60080b08
|
17 years |
diego |
10l typo, restore forgotten $.
Originally committed as revision 12673 …
|
|
|
@a27c8d5f
|
17 years |
michaelni |
Improve AVFilterFormats doxy.
Originally committed as revision 12672 …
|
|
|
@7bfacd4e
|
17 years |
Aurélien Jacobs |
use common aac sample rate tables
Originally committed as revision …
|
|
|
@b2fec0fc
|
17 years |
diego |
Remove unused variable.
Originally committed as revision 12670 to …
|
|
|
@b885e0db
|
17 years |
michaelni |
Add a point to the checklist about checking new demuxers/decoders …
|
|
|
@d299be08
|
17 years |
diego |
Add IFF demuxer and 8SVX audio decoder to changelog and documentation. …
|
|
|
@73e17cdb
|
17 years |
diego |
Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil …
|
|
|
@6ea7e651
|
17 years |
michaelni |
Do not use the mlib IDCT by default. We do not want videos which are …
|
|
|
@bac47ae6
|
17 years |
baptiste.coudurier |
use mpeg4audio common code in aac parser
Originally committed as …
|
|
|
@83edd509
|
17 years |
baptiste.coudurier |
update ogg seek reg tests because of r12630
Originally committed as …
|
|
|
@e11bc2c6
|
17 years |
robert.swain |
Send context to ffplay.c:opt_seek
Patch by Stefano Sabatini (stefano …
|
|
|
@4d34bb19
|
17 years |
baptiste.coudurier |
mpeg4audio common code
Originally committed as revision 12662 to …
|
|
|
@ce53144b
|
17 years |
lorenm |
h264 chroma mc ssse3
width8: 180->92, width4: 78->63 cycles (core2)
…
|
|
|
@4e0af03
|
17 years |
robert.swain |
Remove flexible array member from Escape 124
Patch by Eli Friedman …
|
|
|
@2d1cb025
|
17 years |
Aurélien Jacobs |
check return value of matroska_find_track_by_num (fix a segfault)
…
|
|
|
@4477dedc
|
17 years |
diego |
minor typo fixes
Originally committed as revision 12658 to …
|
|
|
@1b41f260
|
17 years |
diego |
cosmetics: Write some Doxygen comments in a more compact fashion.
…
|
|
|
@7a74e067
|
17 years |
diego |
Fix a bunch of typos in comments.
Originally committed as revision …
|
|
|
@d8c0e9d5
|
17 years |
diego |
Remove redundant #ifdef around the complete file.
Originally …
|
|
|
@dd9c773b
|
17 years |
diego |
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
…
|
|
|
@85362796
|
17 years |
robert.swain |
Make ffplay.c:opt_seek use parse_time_or_die
Patch by Stefano …
|
|
|
@1354fa64
|
17 years |
michaelni |
help gcc-2.95
Originally committed as revision 12652 to …
|
|
|
@cea0ac52
|
17 years |
diego |
cosmetics: alphabetical order for temporary filenames
Originally …
|
|
|
@edd08265
|
17 years |
diego |
Use a different filename that ends in .sh for temporary shell scripts. …
|
|
|
@4fd51ee3
|
17 years |
robert.swain |
ARMovie/RPL demuxer
Patch by Eli Friedman (eli friedman gmail com)
…
|
|
|
@40d2627
|
17 years |
robert.swain |
Escape 124 (RPL) decoder
Patch by Eli Friedman (eli friedman gmail …
|
|
|
@7542157d
|
17 years |
robert.swain |
Export parse_time_or_die from ffmpeg.c to cmdutils.c
Patch by Stefano …
|
|
|
@2ccf0a42
|
17 years |
lucabe72 |
Add a comment about missing entries
Originally committed as revision …
|
|
|
@87cb0643
|
17 years |
lucabe72 |
Use the correct size for the enc_name field (removing the arbitrary …
|
|
|
@19faa9f
|
17 years |
lucabe72 |
Remove useless entries from AVRtpPayloadTypes
Originally committed as …
|
|
|
@e4ed1fbf
|
17 years |
lucabe72 |
Support mp3 audio in the RTP muxer
Originally committed as revision …
|
|
|
@42ceeb5
|
17 years |
justin.ruggles |
remove redundant context variable
Originally committed as revision …
|
|
|
@c23a0ac8
|
17 years |
diego |
cosmetics: Write some trivial C test programs in a more compact form.
…
|
|
|
@fbef871d
|
17 years |
diego |
Make MMX2 depend on MMX.
Originally committed as revision 12640 to …
|
|
|
@3a71577f
|
17 years |
baptiste.coudurier |
homogenous regression tests output for image formats
Originally …
|
|
|
@3251f24b
|
17 years |
baptiste.coudurier |
missed one
Originally committed as revision 12638 to …
|
|
|
@7261f9bd
|
17 years |
baptiste.coudurier |
cosmetics, remove leading whitespaces
Originally committed as …
|
|
|
@b371539a
|
17 years |
baptiste.coudurier |
prevent writing empty stss atom
Originally committed as revision …
|
|
|
@5e788d58
|
17 years |
baptiste.coudurier |
support mp4 fragmented files without any samples in the moov atom
…
|
|
|
@44e43aab
|
17 years |
baptiste.coudurier |
check frag track id before setting st
Originally committed as …
|
|
|
@3a027f5e
|
17 years |
vitor1001 |
IFF demuxer
Patch by Jai Menon (realityman <at> gmx.net)
Originally …
|
|
|
@cb21e0a7
|
17 years |
vitor1001 |
8SVX decoder
Patch by Jai Menon (realityman <at> gmx.net)
Originally …
|
|
|
@e516d348
|
17 years |
baptiste.coudurier |
change rle encoder to count up to 127, sgi does not support 128
…
|
|
|
@fe790f89
|
17 years |
justin.ruggles |
Use 15-bit LPC precision by default. This generally gives better …
|
|
|
@55727a8
|
17 years |
gpoirier |
Altivec and SSE2 require 16-byte alignment, so make sure they get it …
|
|
|
@3794b928
|
17 years |
gpoirier |
check mm_flags for each DCT and skips the ones that can't be run
patch …
|
|
|
@1a7ee380
|
17 years |
gpoirier |
get rid of the useless DCT_ERROR() macro
patch by Alexander Strange …
|
|
|
@6e33081
|
17 years |
justin.ruggles |
fix Ogg/FLAC header size
Originally committed as revision 12626 to …
|
|
|
@f3eec1cf
|
17 years |
michaelni |
Fix closed gop flag disapearence.
Originally committed as revision …
|
|
|
@5202ed31
|
17 years |
diego |
Fix wrong #endif comment.
Originally committed as revision 26300 to …
|
|
|
@473a88ca
|
17 years |
mans |
fix ff*_g -> ff* rules
Originally committed as revision 12624 to …
|
|
|
@79b25a2
|
17 years |
bartek.wolowiec |
change name from stream type to frame type in AC3 code
Originally …
|
|
|
@be1e2a2b
|
17 years |
bartek.wolowiec |
removal of stream_type in AACAC3ParseContext and adding …
|
|
|
@5610f20
|
17 years |
baptiste.coudurier |
gsm in mov, demux surge-1-16-B-agsm.mov
Originally committed as …
|
|
|
@38a05ab6
|
17 years |
diego |
Replace hackish CFLAGS 64 bit test by a proper compilation check. …
|
|
|
@c023bfe9
|
17 years |
diego |
cosmetics: alphabetical order
Originally committed as revision 12619 …
|
|
|
@1ce50d32
|
17 years |
michaelni |
indent
Originally committed as revision 12618 to …
|
|
|