|
|
|
@f5b05b95
|
14 years |
stefano.sabatini-lala |
Cosmetics: remove pointless empty line.
Originally committed as …
|
|
|
@94498ec9
|
14 years |
stefano.sabatini-lala |
Extend buffer source to accept the time base for the output PTS.
…
|
|
|
@387b4ac9
|
14 years |
stefano.sabatini-lala |
Fix timebase handling at the begin and at the end of the ffplay video …
|
|
|
@610312e9
|
14 years |
stefano.sabatini-lala |
Remove unused symbol.
Originally committed as revision 25449 to …
|
|
|
@72ae4aa1
|
14 years |
stefano.sabatini-lala |
Do not pass an unused variable when initing filt_out. Less confusing.
…
|
|
|
@68b79bfc
|
14 years |
stefano.sabatini-lala |
Implement cropdetect filter.
Originally committed as revision 25447 …
|
|
|
@16134b7c
|
14 years |
stefano.sabatini-lala |
Extend the nullsrc source, make it accept a parameter for specifying …
|
|
|
@214c0d42
|
14 years |
stefano.sabatini-lala |
Implement settb filter.
Originally committed as revision 25445 to …
|
|
|
@ad64a807
|
14 years |
martin |
Add forgotten minor bump and changelog entry for the SAP muxer
…
|
|
|
@77611295
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after r25441.
Originally committed as revision …
|
|
|
@47453c0e
|
14 years |
stefano.sabatini-lala |
Make graph2dot print information related to the link timebase.
…
|
|
|
@867ae7aa
|
14 years |
stefano.sabatini-lala |
Add a time_base field to AVFilterLink.
This is required for allowing …
|
|
|
@d256d21e
|
14 years |
alex.converse |
oggenc: Don't use char* to point to a string constant.
Originally …
|
|
|
@c5ac275b
|
14 years |
michaelni |
Allow storing multiple quant tables in extradata that can then be …
|
|
|
@0f27aca7
|
14 years |
michaelni |
Store global things in extradata for ffv1 ver=2.
ver=2 is not set yet …
|
|
|
@228adaab
|
14 years |
michaelni |
Make sure version is not decreased for 16bit per sample colorspaces in …
|
|
|
@4f22b3bb
|
14 years |
michaelni |
Factorize quant table read and write code in ffv1.c
Originally …
|
|
|
@54ce8a4c
|
14 years |
michaelni |
Clarify whitespace nitpicks in patcheck.
Originally committed as …
|
|
|
@f167a1a4
|
14 years |
stefano.sabatini-lala |
Rename out -> outlink, link -> inlink in various defaults.c functions, …
|
|
|
@69f73a89
|
14 years |
stefano.sabatini-lala |
Make avfilter_config_links() propagate the error code coming from the …
|
|
|
@e4dccc0d
|
14 years |
astrange |
Update rv30 FATE reference after last commit
The rm demuxer has …
|
|
|
@0ff4f0c0
|
14 years |
astrange |
ffmpeg: Use guess_correct_pts() to set decoded picture timestamps
…
|
|
|
@1e6f8d53
|
14 years |
pross |
cafdec: Handle ALAC extradata.
This fixes roundup issue 2284.
…
|
|
|
@47a5fba7
|
14 years |
pross |
Add myself as the caf* maintainer
Originally committed as revision …
|
|
|
@bf2d43de
|
14 years |
michaelni |
Tool to analyze multimedia files and create directories and symlinks …
|
|
|
@61c089a8
|
14 years |
martin |
Document the SAP muxer
Originally committed as revision 25427 to …
|
|
|
@27d97fd
|
14 years |
Carl Eugen Hoyos |
Fix ffplay to keep calling av_read_frame even if EOF has been reached. …
|
|
|
@c689ccce
|
14 years |
martin |
libavformat: Always build id3v1.o and id3v2.o
Functions from these …
|
|
|
@1b40d49
|
14 years |
martin |
sapenc: Use the normal URL port as RTP port
This makes the URL …
|
|
|
@2aab70c4
|
14 years |
martin |
sapenc: Declare a dependency on rtp_protocol, too
The SAP muxer uses …
|
|
|
@a1fc29f5
|
14 years |
martin |
sapenc: Include os_support.h, to provide a fallback definition for …
|
|
|
@adbb9bca
|
14 years |
stefano.sabatini-lala |
s/program/programs, as FFmpeg consists of many programs.
Originally …
|
|
|
@4ddade62
|
14 years |
stefano.sabatini-lala |
Install libavutil/opt.h, its API is public.
Fix issue #2265.
…
|
|
|
@74d127b
|
14 years |
stefano.sabatini-lala |
Add validity checks for the unsharp filter.
Prevent crash.
…
|
|
|
@fd0368e
|
14 years |
Aurélien Jacobs |
move av_find_stream_info() info struct to AVStream to avoid messy …
|
|
|
@f47d172f
|
14 years |
michaelni |
Check for more 'indent -kr' whitespace details.
Originally committed …
|
|
|
@d1f676b
|
14 years |
martin |
Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC
…
|
|
|
@fcc7f404
|
14 years |
martin |
sapenc: Mark the muxer as depending on network functions
Hide all …
|
|
|
@d03b93e3
|
14 years |
michaelni |
Add a space between the else and { in mpegenc.c in the line i added.
…
|
|
|
@011071e7
|
14 years |
martin |
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Originally …
|
|
|
@6898677e
|
14 years |
martin |
sdp: Only specify the TTL for IPv4 addresses
According to RFC 4566, a …
|
|
|
@6ded3a04
|
14 years |
martin |
Fix headers so that "make checkheaders" passes again
Originally …
|
|
|
@a493f80a
|
14 years |
martin |
rtsp: Factorize out code for opening a chained RTP muxer
The new …
|
|
|
@3d742230
|
14 years |
martin |
rtsp: Make rtsp_rtp_mux_open reusable
Originally committed as …
|
|
|
@9e6acc78
|
14 years |
martin |
rtsp: Remove the start_time field from RTSPState, use …
|
|
|
@f6833fc1
|
14 years |
martin |
Add protocol documentation on the connect option to the udp protocol
…
|
|
|
@25968c39
|
14 years |
martin |
Reindent
Originally committed as revision 25406 to …
|
|
|
@6766a354
|
14 years |
martin |
udp: Add an option for connecting the udp socket
This allows us to …
|
|
|
@b7952ed1
|
14 years |
martin |
rtpdec: Set prev_ret properly when parsing more data from mpegts RTP …
|
|
|
@45658b74
|
14 years |
martin |
rtpdec: Store the previous return value for mpegts when it was -1, too …
|
|
|
@243ac3fd
|
14 years |
martin |
rtpdec: Keep track of the previous return value from …
|
|
|
@8a451afe
|
14 years |
baptiste.coudurier |
In gxf muxer, round up number of lines mod 16 in mpeg umf data, based …
|
|
|
@a7ba165a
|
14 years |
baptiste.coudurier |
Update gxf regression tests because of r25399
Originally committed as …
|
|
|
@c6d04ad
|
14 years |
baptiste.coudurier |
In gxf muxer, fix number of flt entries based on patch by Reuben …
|
|
|
@ca8064d2
|
14 years |
Aurélien Jacobs |
fix bitstream filter option mapping when using -newvideo and friends …
|
|
|
@6c214280
|
14 years |
Reimar.Doeffinger |
Add d modifier to asm argument to fix nasm compilation.
Originally …
|
|
|
@82ae56b3
|
14 years |
baptiste.coudurier |
In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, …
|
|
|
@ad4c3c68
|
14 years |
baptiste.coudurier |
In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot …
|
|
|
@e99179d
|
14 years |
Aurélien Jacobs |
remove useless local variable
Originally committed as revision 25394 …
|
|
|
@3e4318bf
|
14 years |
Aurélien Jacobs |
remove useless local allocated start_time array
Originally committed …
|
|
|
@0de7feff
|
14 years |
martin |
Set myself as maintainer for rtpenc* and sdp.c, as requested by Luca A …
|
|
|
@9b9d3868
|
14 years |
martin |
libmp3lame: don't check unused function in detection
…
|
|
|
@87b2b40
|
14 years |
martin |
Reindent
Originally committed as revision 25390 to …
|
|
|
@10105c9b
|
14 years |
martin |
sdp: Don't require the explicit ?multicast option
No such option is …
|
|
|
@55b6bd1c
|
14 years |
martin |
Convert ff_is_multicast_address to take a struct sockaddr parameter
…
|
|
|
@7ac57fa5
|
14 years |
martin |
Share the is_multicast_address function
The header probably isn't the …
|
|
|
@f63630c
|
14 years |
martin |
Move multicast address identification fallback macros to network.h …
|
|
|
@34b9e5bc
|
14 years |
michaelni |
Warn if muxing mpeg ps is attempted without a VBV buffer size.
…
|
|
|
@2dec2bb8
|
14 years |
michaelni |
Pass RC parameters on stream copy to the muxer.
Originally committed …
|
|
|
@9b272e32
|
14 years |
michaelni |
Init SCR in mpeg muxer based on first DTS.
This fixes issues if the …
|
|
|
@61138c4
|
14 years |
Aurélien Jacobs |
properly check for FF_API_MAX_STREAMS instead of …
|
|
|
@38aab35
|
14 years |
Aurélien Jacobs |
add new streams API without MAX_STREAMS limit
(disabled until next …
|
|
|
@feb2440c
|
14 years |
Aurélien Jacobs |
dynamically use nb_streams instead of static use of MAX_STREAMS
…
|
|
|
@2899a28c
|
14 years |
Aurélien Jacobs |
document the fact that av_new_stream() can't be called in a background …
|
|
|
@6612d8cf
|
14 years |
Reimar.Doeffinger |
Move handling of ID3v2 to common utils.c code, reducing code …
|
|
|
@1136850d
|
14 years |
Aurélien Jacobs |
cosmetic: break long line
Originally committed as revision 25377 to …
|
|
|
@85c15960
|
14 years |
stefano.sabatini-lala |
Move the definitions of AVSEEK_SIZE to make it appear before the …
|
|
|
@326ede48
|
14 years |
michaelni |
custom build system documentation
Originally committed as revision …
|
|
|
@2c5438aa
|
14 years |
michaelni |
Fix default value of time_offset_length.
Patch by John Stebbins …
|
|
|
@7c046049
|
14 years |
Carl Eugen Hoyos |
Mention to send a patch before changing API or ABI.
Originally …
|
|
|
@9446b4bb
|
14 years |
martin |
rtpdec: Handle RTP header extension
This fixes roundup issue 2270.
…
|
|
|
@3ece3e4c
|
14 years |
martin |
Add RTP depacketization of the X-QT QuickTime format
Originally …
|
|
|
@9fd5f39b
|
14 years |
martin |
configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq
On …
|
|
|
@0ada32c3
|
14 years |
Carl Eugen Hoyos |
Remove unused variable.
Originally committed as revision 25369 to …
|
|
|
@fe5feaeb
|
14 years |
michaelni |
Use retry_transfer_wrapper() in url_write() as its callers do not …
|
|
|
@a46f7516
|
14 years |
michaelni |
Factor retry_transfer_wrapper() out of url_read_complete()
Originally …
|
|
|
@e16c1569
|
14 years |
ramiro.polla |
doc,win32: add note about the use of dllimport for global data in …
|
|
|
@bc3836a1
|
14 years |
ramiro.polla |
doc,win32: update note on which files to use with shared libraries in …
|
|
|
@2344dc6b
|
14 years |
ramiro.polla |
doc: mention xmm clobber macros usage
Originally committed as …
|
|
|
@326bf69a
|
14 years |
ramiro.polla |
fft: mark xmm registers as clobbered in ff_imdct_calc_sse
Originally …
|
|
|
@6f74fb03
|
14 years |
ramiro.polla |
Check whether compiler supports xmm registers in asm clobber list
…
|
|
|
@dd68d4db
|
14 years |
rsbultje |
MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 …
|
|
|
@2f412421
|
14 years |
martin |
movdec: Free the previous extradata
If multiple stsd atoms are parsed …
|
|
|
@dc2cabd0
|
14 years |
martin |
movdec: Split out ff_mov_read_stsd
Originally committed as revision …
|
|
|
@6d342149
|
14 years |
Aurélien Jacobs |
ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an …
|
|
|
@ec4913a8
|
14 years |
Aurélien Jacobs |
vorbiscomment: add DISCNUMBER to the metadata conv table
patch by …
|
|
|
@038d46c9
|
14 years |
martin |
configure: Consolidate rtsp/sdp deps to use _select
This makes e.g. …
|
|
|
@a8d69098
|
14 years |
martin |
configure: Add the http protocol as an auto-enabled dependency of the …
|
|
|
@5fe8021a
|
14 years |
martin |
rtsp/sdp: Move code into correct ifdefs
This makes the code …
|
|
|
@eb99f179
|
14 years |
martin |
find_info_tag: Make sure the output buffer is null terminated
…
|
|
|