|
|
|
@96926748
|
12 years |
michaelni |
ffmpeg: Allocate new buffer for bitstream filter when buffer shifted
…
|
|
|
@a0d15027
|
12 years |
michaelni |
yadif: check input video size.
yadif needs at least 3x3 or it will …
|
|
|
@8f29901
|
12 years |
michaelni |
yadif: remove get_video_buffer, its redundant now
Signed-off-by: …
|
|
|
@2f7e8dcf
|
12 years |
michaelni |
yadif: redesign first and last 2 lines handling.
The previous code …
|
|
|
@9f088a1e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e1a983e6
|
12 years |
michaelni |
Merge commit '0c00fd80ee4791bd70b634084307fc9f179e0412'
Just for …
|
|
|
@fc97f8e0
|
12 years |
michaelni |
ffmpeg: factorize process_input() out
Based-on:
commit …
|
|
|
@b7e9eea3
|
12 years |
michaelni |
Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a'
* commit …
|
|
|
@e13df05f
|
12 years |
nicolas.george |
dvbsub: reindent after last commit.
|
|
|
@aed032c
|
12 years |
nicolas.george |
dvbsub: fix encoding of termination packets.
The old code generates a …
|
|
|
@cc650cf0
|
12 years |
Clément Bœsch |
Remove "Error parsing options string […]" messages.
This reduces …
|
|
|
@5d8e54fe
|
12 years |
michaelni |
checkheaders: Rename HEADEROBJS to HOBJS
Signed-off-by: Michael …
|
|
|
@2cdb0810
|
12 years |
michaelni |
ffmpeg: reduce difference to qatar by a few lines
Signed-off-by: …
|
|
|
@b41d481a
|
12 years |
michaelni |
common.mak: add forgotten hunk from last merge
Found-by: jamal …
|
|
|
@f69f4036
|
12 years |
mans |
mpegvideo: reduce excessive inlining of mpeg_motion()
The main …
|
|
|
@7a851153
|
12 years |
mans |
mpegvideo: convert mpegvideo_common.h to a .c file
This file defines …
|
|
|
@18bbca1f
|
12 years |
mans |
build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO
This …
|
|
|
@bd971dda
|
12 years |
onemda |
aasc: 8bit support
Closes #1319.
Signed-off-by: Paul B Mahol …
|
|
|
@8a57ca5
|
12 years |
onemda |
aasc: fix out of array write
Closes #1619.
Signed-off-by: Paul B …
|
|
|
@d7a4f8f8
|
12 years |
mans |
Move MASK_ABS macro to libavcodec/mathops.h
This macro is only used …
|
|
|
@070a402b
|
12 years |
mans |
x86: move MANGLE() and related macros to libavutil/x86/asm.h
These …
|
|
|
@c318626
|
12 years |
mans |
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
This puts …
|
|
|
@122d5c52
|
12 years |
alex.converse |
aacdec: Don't fall back to the old output configuration when no old …
|
|
|
@4ec03d13
|
12 years |
michaelni |
bessel: check that the function terminates as expected by …
|
|
|
@f79f25e9
|
12 years |
michaelni |
integer: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@ae199ab4
|
12 years |
michaelni |
integer: fix typos in asserts
Signed-off-by: Michael Niedermayer …
|
|
|
@f6580b50
|
12 years |
stefasab |
lavfi: add asetpts audio filter
Based on an idea by Andrey Utkin …
|
|
|
@11a1033c
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (23 …
|
|
|
@4270d8c0
|
12 years |
stefasab |
lavd/x11grab: deprecate "nomouse" specification in filename
Favor …
|
|
|
@be2b8857
|
12 years |
stefasab |
doc/indevs: document missing options in x11grab section
Add …
|
|
|
@c93b796c
|
12 years |
stefasab |
lavd/x11grab: apply misc consistency fixes to options definition
In …
|
|
|
@f09a0690
|
12 years |
stefasab |
doc/indevs: use separate @example blocks for separate examples
…
|
|
|
@083754f2
|
12 years |
stefasab |
doc/indevs: rework options description in the x11 grab section
Create …
|
|
|
@7794ddea
|
12 years |
stefasab |
doc/ffmpeg: do not show examples making use of the deprecated …
|
|
|
@3a06ea84
|
12 years |
stefasab |
lavf/img2dec: add and document pattern_type option
Allow to override …
|
|
|
@0325e01f
|
12 years |
stefasab |
doc/demuxers: itemize image2 examples and put them in a dedicated …
|
|
|
@f89584ca
|
12 years |
martin |
rtmp: Add message tracking
Signed-off-by: Martin Storsjö …
|
|
|
@1243c722
|
12 years |
martin |
rtsp: Support mpegts in raw udp packets
This is basically the same …
|
|
|
@df8cf076
|
12 years |
martin |
rtsp: Support receiving plain data over UDP without any RTP …
|
|
|
@c864e461
|
12 years |
martin |
rtpdec: Remove an unused include
Signed-off-by: Martin Storsjö …
|
|
|
@bfb82fcd
|
12 years |
martin |
rtpenc: Remove an av_abort() that depends on user-supplied data
…
|
|
|
@cb5bb521
|
12 years |
Clément Bœsch |
lavf/movenc: use two explicit bytes instead of a short.
This also …
|
|
|
@e6dd2852
|
12 years |
Clément Bœsch |
lavfi/atempo: remove dead increment.
|
|
|
@7ca14c73
|
12 years |
anton |
vsrc_movie: discourage its use with avconv.
|
|
|
@ab296097
|
12 years |
anton |
avconv: allow no input files.
It is now possible to use lavfi sources.
|
|
|
@a5fd7c60
|
12 years |
anton |
avconv: prevent invalid reads in transcode_init()
|
|
|
@57d24225
|
12 years |
anton |
avconv: rename OutputStream.is_past_recording_time to finished.
The …
|
|
|
@0c00fd80
|
12 years |
anton |
avconv: split the code for processing input packets out of transcode()
|
|
|
@b615dbb3
|
12 years |
michaelni |
lavf: block special characters in dump metadata
This is limited to …
|
|
|
@f154ef1a
|
12 years |
anton |
avconv: send EOF to lavfi even if flushing the decoder fails
|
|
|
@cc2133b6
|
12 years |
anton |
avconv: get rid of pointless temporary variable.
|
|
|
@83916029
|
12 years |
anton |
avconv: simplify transcode().
Operate with a pointer to InputFile …
|
|
|
@c0fbf971
|
12 years |
anton |
avconv: cosmetics
Replace for (;foo == 0;) with while (!foo)
This is …
|
|
|
@0b26ef42
|
12 years |
anton |
avconv: replace no_packet array in transcode() with a var in …
|
|
|
@bed43d58
|
12 years |
anton |
avconv: remove unused variable from InputFile.
|
|
|
@d64901f
|
12 years |
anton |
avconv: remove commented out cruft.
|
|
|
@a4f50110
|
12 years |
anton |
avconv: maintain sync on lavfi outputs.
Before this commit, …
|
|
|
@ee475e27
|
12 years |
michaelni |
matroskadec: fix lace vs block duration.
Fixes Ticket1270
Thanks-to: …
|
|
|
@dbf25b70
|
12 years |
stefasab |
lavfi/testsrc: set default value for option "color" to NULL and rework …
|
|
|
@bed63a5e
|
12 years |
michaelni |
configure: fix sctp check.
This fixes build failures on …
|
|
|
@c7bbd821
|
12 years |
onemda |
doc/general: move ZeroCodec to right section
Signed-off-by: Paul B …
|
|
|
@5864eb42
|
12 years |
diego |
build: cosmetics: Reorder some lists in a more logical fashion
|
|
|
@197439c1
|
12 years |
diego |
x86: pngdsp: Fix assembly for OS/2
The a.out object format does not …
|
|
|
@69ac6400
|
12 years |
janne-libav |
fate: add test for RTjpeg in nuv with frameheader
Renames the old …
|
|
|
@82613564
|
12 years |
lu_zero |
rtmp: send check_bw as notification
Set the transactionId to 0 to …
|
|
|
@e78e6c37
|
12 years |
kostya.shishkov |
g723_1: clip argument for 15-bit version of normalize_bits()
It …
|
|
|
@f86b2f36
|
12 years |
kostya.shishkov |
g723_1: use all LPC vectors in formant postfilter
Due to some mistake …
|
|
|
@385ec296
|
12 years |
anton |
id3v2: Support v2.2 PIC
id3 v2.2 uses image format ("JPG","PNG") …
|
|
|
@1a4b5567
|
12 years |
anton |
avplay: fix build with lavfi disabled.
Issue introduced in 67339f6e.
…
|
|
|
@fe2147e9
|
12 years |
anton |
avconv: split configuring filter configuration to a separate file.
|
|
|
@f5e66827
|
12 years |
anton |
avconv: split option parsing into a separate file.
|
|
|
@8f2aa89a
|
12 years |
kostya.shishkov |
mpc8: do not leave padding after last frame in buffer for the next …
|
|
|
@aca0f781
|
12 years |
Clément Bœsch |
lavf/movenc: add frame rate heuristic for timecode frame rate.
Fixes …
|
|
|
@4b365b08
|
12 years |
Clément Bœsch |
lavu/timecode: add av_timecode_check_frame_rate().
|
|
|
@6b3484dc
|
12 years |
Clément Bœsch |
lavf/mxfenc: better error handling with invalid frame rate.
|
|
|
@aad737c6
|
12 years |
Clément Bœsch |
lavf/mxfenc: simplify frame rate checks.
|
|
|
@82e5c5d4
|
12 years |
Carl Eugen Hoyos |
lavc/old_codec_ids: Fix make checkheaders.
|
|
|
@94364b7
|
12 years |
anton |
mpegaudioenc: list supported channel layouts.
|
|
|
@927e92cd
|
12 years |
anton |
mpegaudiodec: don't print an error on > 1 frame in a packet.
It's a …
|
|
|
@5702c867
|
12 years |
anton |
api-example: update to new audio encoding API.
|
|
|
@e40f7f1e
|
12 years |
michaelni |
cavs: fix memleak
Fixes Ticket1335
Signed-off-by: Michael …
|
|
|
@c794acc4
|
12 years |
michaelni |
x86inc.asm: remove redundant ifdef YASM_VER
Signed-off-by: …
|
|
|
@8654d6c8
|
12 years |
onemda |
libtwolame: fix stupid bug
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@bb2f13c1
|
12 years |
michaelni |
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer …
|
|
|
@154caa67
|
12 years |
mans |
configure: add --enable/disable-random option
This allows creating …
|
|
|
@2fc7c818
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@2da5a5ce
|
12 years |
onemda |
gifdec: return more meaningful error codes
Signed-off-by: Paul B …
|
|
|
@f6428896
|
12 years |
onemda |
gifdec: remove redundant "gif: " from av_dlog()
Signed-off-by: Paul B …
|
|
|
@3662f787
|
12 years |
onemda |
gifdec: pass avctx to av_log()
Signed-off-by: Paul B Mahol …
|
|
|
@578344f7
|
12 years |
diego |
doc: cygwin: Update list of FATE package requirements
|
|
|
@a2b4d1df
|
12 years |
diego |
build: Remove all installed headers and header directories on uninstall
|
|
|
@7a72695c
|
12 years |
michaelni |
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
* commit …
|
|
|
@dfd9159f
|
12 years |
mans |
build: change checkheaders to use regular build rules
Many compilers …
|
|
|
@00cb52c6
|
12 years |
martin |
rtmp: Add a new option 'rtmp_subscribe'
This option specifies the …
|
|
|
@f9e77c17
|
12 years |
martin |
rtmp: Add support for subscribing live streams
When streaming live …
|
|
|
@12127b65
|
12 years |
martin |
rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a …
|
|
|
@4944085
|
12 years |
eclipse7 |
build: Fix some paths in uninstall-libs
Folder and file names weren't …
|
|
|
@7c5466d4
|
12 years |
eclipse7 |
checkheaders: Fix directory creation in out-of-tree builds.
…
|
|
|
@ec9d2c15
|
12 years |
mans |
ARM: use Q/R inline asm operand modifiers only if supported
Some …
|
|
|
@bc773d0d
|
12 years |
michaelni |
Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'
* commit …
|
|
|