|
|
|
@7bb8d51c
|
17 years |
banan |
Riff ids for wmapro and wmavoice, this adds support for stream copy of …
|
|
|
@4411cb11
|
17 years |
mans |
use diff -u -w in codec regression test
Originally committed as …
|
|
|
@a45b40c4
|
17 years |
nicola.sabbi |
treat stream_type==0x82 as AUDIO_DTS when the program has a …
|
|
|
@a939a005
|
17 years |
michaelni |
Remove apparently unneeded and buggy align.
Originally committed as …
|
|
|
@18ee626
|
17 years |
diego |
Add -lm to x264 check, it is needed on most systems.
taken from the …
|
|
|
@917f55cc
|
17 years |
lorenm |
cleaner way of writing packed-byte constants.
suggested by Uoti Urpala …
|
|
|
@0cb25594
|
17 years |
Carl Eugen Hoyos |
Discard two symbols from libswscale.
Originally committed as revision …
|
|
|
@b9c2fb34
|
17 years |
michaelni |
Ascii art to explain what avfilter_formats_changeref() does.
…
|
|
|
@eb30e86
|
17 years |
michaelni |
cosmetic
Originally committed as revision 12175 to …
|
|
|
@33a0facf
|
17 years |
michaelni |
Better description (merge is too vague IMHO).
Originally committed as …
|
|
|
@4c4de9c
|
17 years |
michaelni |
Better description for merge_ref().
Originally committed as revision …
|
|
|
@09b63a42
|
17 years |
michaelni |
Document avfilter_formats_ref() with some ascii art.
Originally …
|
|
|
@6609f9e2
|
17 years |
mike |
minor English corrections
Originally committed as revision 12171 to …
|
|
|
@8144dff
|
17 years |
michaelni |
typos
Originally committed as revision 12170 to …
|
|
|
@1d64df10
|
17 years |
diego |
Explain that libavcodec/i386/idct_mmx.c is GPLed.
Originally …
|
|
|
@7b8c3aed
|
17 years |
michaelni |
"General Tips" section
Originally committed as revision 12168 to …
|
|
|
@086ab001
|
17 years |
michaelni |
parse_number_or_die()
Based on a patch by Stefano Sabatini.
…
|
|
|
@31304587
|
17 years |
lorenm |
indent
Originally committed as revision 12166 to …
|
|
|
@469bd7b1
|
17 years |
lorenm |
pseudo-simd add_bytes and diff_bytes
2x faster than scalar in 32bit, …
|
|
|
@4a9ca0a2
|
17 years |
lorenm |
simd and unroll png_filter_row
cycles per 1000 pixels on core2:
left: …
|
|
|
@1435e4cc
|
17 years |
michaelni |
Disabling all SSE* code for old gcc to avoid alignment issues.
…
|
|
|
@635fbcb1
|
17 years |
michaelni |
revert 12156
Log:
Make timestamp interpolation work with mpeg2 field …
|
|
|
@bdd745da
|
17 years |
michaelni |
Forgot this, which is needed for merging field pics too.
Originally …
|
|
|
@21da962c
|
17 years |
michaelni |
Make find_frame_end() merge 2 mpeg2 field pictures. This should make …
|
|
|
@5cbd67ea
|
17 years |
diego |
10l: Correctly use preprocessor conditionals.
patch by Eddie Pang, …
|
|
|
@d597e1b7
|
17 years |
lucabe72 |
Fix computation of the "NTP time" field in RTCP SR packets, and do not …
|
|
|
@91acf9a8
|
17 years |
michaelni |
Get rid of a fake timestamp discontinuity at the begin of V.VOB.
This …
|
|
|
@ff2635b2
|
17 years |
michaelni |
Make timestamp interpolation work with mpeg2 field pictures. …
|
|
|
@8815bf01
|
17 years |
mans |
#include avutil.h in postprocess.h
Originally committed as revision …
|
|
|
@ccf95ef1
|
17 years |
mans |
Clean up lib* version definitions
Originally committed as revision …
|
|
|
@e97ac1e6
|
17 years |
mans |
Clean up lib* version definitions
Updating version numbers now …
|
|
|
@cea96420
|
17 years |
michaelni |
Fix ;;
Originally committed as revision 12153 to …
|
|
|
@a56dcc57
|
17 years |
Reimar.Doeffinger |
Add some const, fixes warnings:
rtpenc_h264.c:69: warning: assignment …
|
|
|
@a1fc4d4a
|
17 years |
Reimar.Doeffinger |
Missing const, fix warnings:
sdp.c:115: warning: assignment discards …
|
|
|
@754bf3d8
|
17 years |
Reimar.Doeffinger |
Fix warnings:
i386/vp3dsp_sse2.c:805: warning: cast discards …
|
|
|
@816ebf93
|
17 years |
Reimar.Doeffinger |
Remove duplicate ;
Originally committed as revision 12149 to …
|
|
|
@721052e9
|
17 years |
Reimar.Doeffinger |
Add casts to avoid warnings:
fraps.c:102: warning: passing argument 1 …
|
|
|
@e3cb2c4
|
17 years |
Reimar.Doeffinger |
Missing const
Originally committed as revision 12147 to …
|
|
|
@591de5cf
|
17 years |
Reimar.Doeffinger |
Fix misplaced const, avoids a cast-discards-qualifiers warning
…
|
|
|
@d937cd0e
|
17 years |
michaelni |
const
Originally committed as revision 12145 to …
|
|
|
@05218081
|
17 years |
michaelni |
Reduce the number of senselessly scanned bytes.
Originally committed …
|
|
|
@c367d0c6
|
17 years |
gpoirier |
arg 10000l. Fix wrong fix committed in r12141
Originally committed as …
|
|
|
@d6267d02
|
17 years |
gpoirier |
fix broken indentation
Originally committed as revision 12142 to …
|
|
|
@9d8109ad
|
17 years |
gpoirier |
10l: fix always false test: Binary & has lower precedence than ==
…
|
|
|
@42a362e5
|
17 years |
diego |
Refactor vcprm and vcii macros by using the AVV macro.
Originally …
|
|
|
@35c27389
|
17 years |
diego |
Refactor the FOUROF macro using the AVV macro.
Originally committed …
|
|
|
@b0e21a3b
|
17 years |
diego |
Remove stray #undef.
Originally committed as revision 12138 to …
|
|
|
@3518c5a9
|
17 years |
gpoirier |
fix crash on non-AltiVec powered machines: MPV_common_init_altivec …
|
|
|
@b3574faa
|
17 years |
robert.swain |
Remove a superfluous call to atoi in ffmpeg.c:opt_verbose
Patch by …
|
|
|
@5bc440e
|
17 years |
michaelni |
Add notes where known timestamp issues remain.
Originally committed …
|
|
|
@4829104
|
17 years |
michaelni |
Set initial next_pts to unknown, this avoids the nonsense timestamp …
|
|
|
@40cb57a2
|
17 years |
michaelni |
Print a warning if a decoder produces more than 1 frame of output for …
|
|
|
@ed923859
|
17 years |
michaelni |
Set next_pts to pts if it is unknown and pkt->dts is not known either. …
|
|
|
@b1b818fc
|
17 years |
michaelni |
simplify (next_)pts code
Originally committed as revision 12131 to …
|
|
|
@da0ef2d5
|
17 years |
michaelni |
Use next_pts if pkt->dts is unknown. In an ideal world this would not …
|
|
|
@1d03e71
|
17 years |
mans |
remove duplicate AV_STRINGIFY() definition
Originally committed as …
|
|
|
@5ff1b067
|
17 years |
mans |
remove duplicate AV_STRINGIFY() definition
Originally committed as …
|
|
|
@719c8e00
|
17 years |
mans |
prettify lib* version number extraction
Originally committed as …
|
|
|
@73ef8980
|
17 years |
mans |
prettify encoder/decoder/muxer/... list extraction
Originally …
|
|
|
@5c319d33
|
17 years |
mans |
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
Originally …
|
|
|
@d2a4ecaf
|
17 years |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes …
|
|
|
@e44d7c65
|
17 years |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes …
|
|
|
@2d83fe90
|
17 years |
diego |
This shell script is not bash-specific.
Originally committed as …
|
|
|
@989bbe62
|
17 years |
diego |
Remove check for the availability of the -u diff flag, we require it …
|
|
|
@63da080
|
17 years |
diego |
The Blackfin toolchains will automatically select FDPIC according to …
|
|
|
@b147ec08
|
17 years |
mans |
do not run ldconfig after installing shared libraries
Originally …
|
|
|
@b6f57945
|
17 years |
vitor1001 |
Remove unneeded function.
Commited in SoC by Vitor Sessak on …
|
|
|
@11de6cac
|
17 years |
vitor1001 |
Oops
Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49
…
|
|
|
@e4152452
|
17 years |
vitor1001 |
Missed this file in my conditional compilation patch
Commited in SoC …
|
|
|
@a7d46657
|
17 years |
vitor1001 |
Add libavfilter_version
Patch by Víctor Paesa
Commited in SoC by …
|
|
|
@765f96c6
|
17 years |
vitor1001 |
Remove author field
Suggested by Baptiste Coudurier
Commited in SoC …
|
|
|
@daafdb6e
|
17 years |
vitor1001 |
Use CodecType for pad type
Commited in SoC by Vitor Sessak on …
|
|
|
@0155b1a1
|
17 years |
vitor1001 |
Nit: remove odd whitespace
Commited in SoC by Vitor Sessak on …
|
|
|
@b04c740a
|
17 years |
vitor1001 |
Group avfilter_poll_frame() with related funcions and add doxygen …
|
|
|
@853961a9
|
17 years |
vitor1001 |
Update comment to match code
Commited in SoC by Vitor Sessak on …
|
|
|
@664f6595
|
17 years |
vitor1001 |
Nits: punctuation and capitalization
Commited in SoC by Vitor Sessak …
|
|
|
@2844dd39
|
17 years |
vitor1001 |
Add const to silence warnings
Commited in SoC by Vitor Sessak on …
|
|
|
@d224d73
|
17 years |
vitor1001 |
Implement poll_frame() method. Fix ffmpeg.c bug with
vf_fps filter.
…
|
|
|
@d177bd18
|
17 years |
vitor1001 |
Indentation
Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
…
|
|
|
@24c4eff6
|
17 years |
vitor1001 |
Rework link property configuration system.
This can now handle filters …
|
|
|
@3afcca9d
|
17 years |
vitor1001 |
Fix misc. warnings
Commited in SoC by Vitor Sessak on 2007-12-21 …
|
|
|
@35f3fdf4
|
17 years |
vitor1001 |
Rewrite colorspace negotiation.
Commited in SoC by Bobby Bingham on …
|
|
|
@2621f4a3
|
17 years |
vitor1001 |
Add pixel aspect ratio to AVFilterPicRef structure
Commited in SoC by …
|
|
|
@b3ab2f7e
|
17 years |
vitor1001 |
Add another "reuse" permission, to distinguish between the case where …
|
|
|
@056f0431
|
17 years |
vitor1001 |
use units of 1/AV_TIME_BASE for pts rather than milliseconds
Commited …
|
|
|
@fc815c5
|
17 years |
vitor1001 |
Rename avfilter_create to avfilter_open and remove the wrapper …
|
|
|
@16415ea
|
17 years |
vitor1001 |
Revert braindead linked list of permissions
Commited in SoC by Bobby …
|
|
|
@52f97a0d
|
17 years |
vitor1001 |
Track the permissions that have been given out to each picture.
This …
|
|
|
@60bf6ce3
|
17 years |
vitor1001 |
Allow filters to set the requirements on permissions for incoming …
|
|
|
@b42a6a92
|
17 years |
vitor1001 |
spelling fix
Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55
…
|
|
|
@72f6d631
|
17 years |
vitor1001 |
Remove the data parameter from draw_slice(). It's unneeded and often …
|
|
|
@13ff8fd0
|
17 years |
vitor1001 |
Add many new and improve existing doxy comments.
Commited in SoC by …
|
|
|
@63f64e6f
|
17 years |
vitor1001 |
Let request_frame() indicate success or failure
Commited in SoC by …
|
|
|
@a9c81431
|
17 years |
vitor1001 |
Helper functions for adding new pads to filters at runtime
Commited …
|
|
|
@85322466
|
17 years |
vitor1001 |
Separate the process of creating links between filters from that of …
|
|
|
@901e6b39
|
17 years |
vitor1001 |
Move default entry point implementations to their own file.
Make them …
|
|
|
@7c9066a3
|
17 years |
vitor1001 |
Make input/output pads modifiable on a per-instance basis.
This makes …
|
|
|
@95bcf49
|
17 years |
vitor1001 |
Make the opaque init parameter non-const.
Commited in SoC by Bobby …
|
|
|
@25f8e601
|
17 years |
vitor1001 |
Fix some potential segfaults.
Commited in SoC by Bobby Bingham on …
|
|
|
@6e365c57
|
17 years |
vitor1001 |
Allow code to pass data to filters it creates.
Commited in SoC by …
|
|
|