|
|
|
@af4b1c0
|
12 years |
michaelni |
Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'
* commit …
|
|
|
@52b86647
|
12 years |
Clément Bœsch |
doc/faq: move filter links to the ffmpeg-filters.html page.
|
|
|
@521a963
|
12 years |
Clément Bœsch |
doc/faq: improve concatenation entry.
|
|
|
@cb0881c7
|
12 years |
Clément Bœsch |
ffmpeg: use GROW_ARRAY in opt_map_channel.
|
|
|
@61bc3d80
|
12 years |
michaelni |
Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a'
* commit …
|
|
|
@33f9b243
|
12 years |
michaelni |
Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77'
* commit …
|
|
|
@465c7de7
|
12 years |
michaelni |
Merge commit 'a01c02bcff755a7891f777706b27452203aac71e'
* commit …
|
|
|
@330983b7
|
12 years |
michaelni |
Merge commit '10bca66101b79954512cd9d8ee20c3bc4513adf3'
* commit …
|
|
|
@f61498e1
|
12 years |
michaelni |
Merge commit '9e696d2e5ffaa763c564682ec18c3b51b3e5fccc'
Merge only …
|
|
|
@ca4dd381
|
12 years |
michaelni |
h264: use must_reinit to simplify code
Signed-off-by: Michael …
|
|
|
@af0fafcb
|
12 years |
michaelni |
h264: decode_update_thread_context() copy parameter sets before using …
|
|
|
@e33811b
|
12 years |
michaelni |
h264: remove reschange blocking
Signed-off-by: Michael Niedermayer …
|
|
|
@c2dfb1e3
|
12 years |
michaelni |
h264: support frame size changes with multi threading
Based on code …
|
|
|
@7e6c6839
|
12 years |
michaelni |
ffmpeg_filter: use frame instead of decoder context pixel format
…
|
|
|
@04a530f7
|
12 years |
michaelni |
ffmpeg_filter: use frame dimensions instead of decoder context …
|
|
|
@8ea4a553
|
12 years |
michaelni |
h264: move h264_set_parameter_from_sps() call up
Signed-off-by: …
|
|
|
@afc03268
|
12 years |
michaelni |
h264: move list_count and current_slice reset to flush_change()
…
|
|
|
@971c469a
|
12 years |
michaelni |
h264: split flush_change() out of flush_dpb()
Based on a patch by …
|
|
|
@25a0af51
|
12 years |
michaelni |
h264: factor get_pixel_format() out
Based on patch by Janne Grunau
…
|
|
|
@76877bea
|
12 years |
onemda |
au: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@a1d14336
|
12 years |
Clément Bœsch |
pp: fix a few typo in the template.
|
|
|
@d85854b2
|
12 years |
onemda |
pvfdec: drop pointless casting of buffer in ff_get_line()
…
|
|
|
@642a655f
|
12 years |
michaelni |
Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'
* commit …
|
|
|
@e84194f0
|
12 years |
michaelni |
Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937'
* commit …
|
|
|
@af804db
|
12 years |
michaelni |
Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'
* commit …
|
|
|
@80a9297
|
12 years |
Clément Bœsch |
doc: remove mention of fifo filter in the introduction.
It's …
|
|
|
@022e118e
|
12 years |
stefasab |
lavfi/setpts: enable debug logs, and improve/extend debug messages
|
|
|
@ec4a0845
|
12 years |
Carl Eugen Hoyos |
Show underscores in av_get_codec_tag_string().
|
|
|
@c5d7c7d3
|
12 years |
stefasab |
doc: extend "See Also" chapters in library manuals
In particular, …
|
|
|
@9b323a9b
|
12 years |
stefasab |
doc: extend "See Also" chapters in component manuals
In particular, …
|
|
|
@9d6517aa
|
12 years |
stefasab |
doc: extend "See Also" chapter rendering for ff* tools
Add more …
|
|
|
@c2ac6477
|
12 years |
stefasab |
doc: rework synopsis section for ff* tools
Fix syntax, remove …
|
|
|
@461716d3
|
12 years |
stefasab |
doc: use a common authors.texi file blurb
Factorize.
|
|
|
@ca3d7862
|
12 years |
stefasab |
doc/texi2pod: rework man inclusion logic
Ignore @c man begin ... @c …
|
|
|
@1166fc07
|
12 years |
michaelni |
utils: fix duration calculation for strange_duration_example.ts
…
|
|
|
@de2022c5
|
12 years |
Clément Bœsch |
lavfi/gradfun: small align cosmetics.
|
|
|
@fea6f5e1
|
12 years |
Clément Bœsch |
doc/filters: reformat and rework gradfun.
Note that examples are changed.
|
|
|
@526e2415
|
12 years |
Clément Bœsch |
lavfi/gradfun: support named options.
This breaks usage for …
|
|
|
@ca83e6c
|
12 years |
Clément Bœsch |
fate: re-enable lavfi gradfun filter test.
|
|
|
@3bdd70fc
|
12 years |
Clément Bœsch |
lavfi/gradfun: reduce up limit for threshold.
This will prevent an …
|
|
|
@63e1fc25
|
12 years |
Clément Bœsch |
lavfi/gradfun: remove rounding to match C and SSE code.
There is no …
|
|
|
@60ba9a9a
|
12 years |
Clément Bœsch |
lavfi/gradfun: fix dithering in MMX code.
Current dithering only use …
|
|
|
@49de902a
|
12 years |
Clément Bœsch |
lavfi/gradfun: fix rounding in MMX code.
Current code divide before …
|
|
|
@dd8a76ab
|
12 years |
Clément Bœsch |
lavfi/gradfun: do not increment DC pointer for odd values.
First DC …
|
|
|
@dea9da5f
|
12 years |
onemda |
qcelpdata: correct start bit for cbgain[0] in …
|
|
|
@c4a32d92
|
12 years |
michaelni |
ffmpeg: Fix shortest with libx264
Encoders that buffer a significant …
|
|
|
@1b9ced68
|
12 years |
stefasab |
MAINTAINERS: update my GPG key fingerprint
|
|
|
@d687b8c8
|
12 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after last commit.
|
|
|
@00a62e67
|
12 years |
Carl Eugen Hoyos |
Do not skip three bytes and don't search for extradata in old …
|
|
|
@77bd1bc7
|
12 years |
anton |
avconv: use new options parser.
|
|
|
@0ec1642b
|
12 years |
anton |
cmdutils: don't log an error in opt_default().
It results in spurious …
|
|
|
@8c9af5b2
|
12 years |
anton |
cmdutils: add a commandline pre-parser.
It splits the commandline …
|
|
|
@a01c02bc
|
12 years |
anton |
cmdutils: split parse_option().
Separate the code that searches for …
|
|
|
@10bca661
|
12 years |
anton |
cmdutils: add a macro to simplify grow_array() calls.
|
|
|
@9e696d2e
|
12 years |
janne-libav |
h264: support frame parameter changes during frame-mt
Fixes CVE-2012-2782.
|
|
|
@f1d8763a
|
12 years |
janne-libav |
mpegvideo: allocate scratch buffers after linesize is known
Since we …
|
|
|
@ed2d7d58
|
12 years |
janne-libav |
ff_h264_direct_ref_list_init: fix B slice check.
Fixes null pointer …
|
|
|
@73ad2c2f
|
12 years |
janne-libav |
h264: increase dist_scale_factor for up to 32 references
Compute …
|
|
|
@9700a7a1
|
12 years |
michaelni |
af_apad: remove unneeded av_opt_free
Signed-off-by: Michael …
|
|
|
@c311431e
|
12 years |
michaelni |
apad: add whole_len and pad_len options.
These options allow padding …
|
|
|
@c2640146
|
12 years |
michaelni |
apad: fix apad_options formating
Signed-off-by: Michael Niedermayer …
|
|
|
@b7e085a2
|
12 years |
michaelni |
af_apad: add user setable packet_size
Signed-off-by: Michael …
|
|
|
@5eae7f8f
|
12 years |
michaelni |
avfilter: add apad filter
This filter pads an audio stream with …
|
|
|
@5c2fc3bd
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@14f79ba1
|
12 years |
michaelni |
h264: remove redundant parts of old slice in extradata code.
…
|
|
|
@99321d1
|
12 years |
michaelni |
h264: merge old and new "slice in extradata" checks
Signed-off-by: …
|
|
|
@09b4ae83
|
12 years |
michaelni |
Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29'
* commit …
|
|
|
@94ecbe23
|
12 years |
michaelni |
Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'
* commit …
|
|
|
@95015634
|
12 years |
pross |
wtv: permit root table and first sectors to be located beyond 2GB …
|
|
|
@ebfb738f
|
12 years |
michaelni |
nutdec: sanity check r_frame_rate
This fixes files that store a …
|
|
|
@523c7bd2
|
12 years |
diego |
misc typo, style and wording fixes
|
|
|
@ea061af1
|
12 years |
diego |
configure: formatting cosmetics
|
|
|
@c9aab8a1
|
12 years |
janne-libav |
h264: use mbaff ref indices in fill_colmap() only for mbaff references …
|
|
|
@61c6eef5
|
12 years |
janne-libav |
h264: prevent decoding of slice NALs in extradata
It is not posible …
|
|
|
@8b63744f
|
12 years |
Clément Bœsch |
Fix "bistream" typo and add a check in tools/patcheck.
|
|
|
@1dd33d47
|
12 years |
stefasab |
doc/ffmpeg-bitstream-filters: fix typo in title
|
|
|
@a71de9a2
|
12 years |
Carl Eugen Hoyos |
Fix typo in mvc decoder.
|
|
|
@41bebda4
|
12 years |
michaelni |
mjpegenc: fix restart interval parameters for yuv444
Signed-off-by: …
|
|
|
@28b85b1f
|
12 years |
michaelni |
mjpegenc: fix YUV444 with w%16!=0
Fixes Ticket2040
Signed-off-by: …
|
|
|
@85e6f6d9
|
12 years |
stefasab |
doc/indevs: update syntax for the color filter in the lavfi device examples
|
|
|
@1f9855db
|
12 years |
stefasab |
doc/texi2pod: correctly handle @url commands in the form @url{URL,...} …
|
|
|
@9bba6835
|
12 years |
stefasab |
doc/Makefile: add docclean rule
This allows to clean the doc …
|
|
|
@f14e2487
|
12 years |
stefasab |
doc/texi2pod: add support to @ifhtml and @ifnothtml directives
With …
|
|
|
@992772b9
|
12 years |
stefasab |
doc: remove references to external documents
Fix a few warnings …
|
|
|
@1d29624
|
12 years |
michaelni |
oggparsevorbis: check channels
Fixes out of array accesses
Found-by: …
|
|
|
@2f7465b5
|
12 years |
michaelni |
SAP muxer set session name from metadata
Pass "title" metadata field …
|
|
|
@8976ef7a
|
12 years |
michaelni |
concatdec: change data type to suppress warning about limited range of …
|
|
|
@26e4f0c
|
12 years |
derek.buitenhuis |
doxy: Clarify what avpriv_set_pts_info does
The "pts for a given …
|
|
|
@df0d6735
|
12 years |
derek.buitenhuis |
doxy: Clarify what avpriv_set_pts_info does
The "pts for a given …
|
|
|
@c35f0e84
|
12 years |
diego |
au: Reorder code so that both muxer and demuxer are under #ifdefs
…
|
|
|
@4d6c96fd
|
12 years |
diego |
fate: Move RALF test into lossless audio group
|
|
|
@81c7c81
|
12 years |
diego |
cosmetics: Use consistent names for multiple inclusion guards.
|
|
|
@8505daac
|
12 years |
michaelni |
Merge remote-tracking branch 'ramiro/dshow'
* ramiro/dshow:
dshow: …
|
|
|
@082dd17b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@8d07bbca
|
12 years |
michaelni |
Merge commit 'f322b2073581119de5da74f92a03309a36891cfa'
* commit …
|
|
|
@021b3497
|
12 years |
michaelni |
Merge commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8'
* commit …
|
|
|
@0f450ac5
|
12 years |
michaelni |
siff: set duration
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@fb9d5850
|
12 years |
pross |
isom: support SGI RLE 8-bit in QuickTime file format
Signed-off-by: …
|
|
|
@6fb4077
|
12 years |
pross |
Silicon Graphics Movie (.mv) demuxer
Signed-off-by: Peter Ross …
|
|
|
@746b1dc
|
12 years |
pross |
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Signed-off-by: …
|
|
|