|
|
|
@ef2b2243
|
14 years |
Carl Eugen Hoyos |
Use AVOption for muxers in ffmpeg.
Patch by Anssi Hannula, anssi d …
|
|
|
@815495f0
|
14 years |
vitor1001 |
Remove the "-idct simple" command line option from the fate-psx-str …
|
|
|
@17e33f66
|
14 years |
pross |
wtv: display warning if scrambled stream is detected
Originally …
|
|
|
@e3e3c825
|
14 years |
vitor1001 |
Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This …
|
|
|
@cf99e4aa
|
14 years |
Carl Eugen Hoyos |
Add AVOption support for muxers.
Patch by Anssi Hannula, anssi d …
|
|
|
@febd72be
|
14 years |
Carl Eugen Hoyos |
Use new function put_nbyte() to speed up padding.
Patch by Anssi …
|
|
|
@17ee8f66
|
14 years |
Carl Eugen Hoyos |
Add function put_nbyte() to speed up padding in SPDIF muxer.
Patch by …
|
|
|
@d2995eb9
|
14 years |
martin |
rtsp: Store the Content-Base header value straight to the target
This …
|
|
|
@77223c53
|
14 years |
martin |
rtsp: Pass the method name to ff_rtsp_parse_line
Originally committed …
|
|
|
@acc9ed14
|
14 years |
martin |
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
…
|
|
|
@3df54c6b
|
14 years |
martin |
rtsp: Add a method parameter to ff_rtsp_read_reply
Originally …
|
|
|
@7f8ffc4e
|
14 years |
Carl Eugen Hoyos |
Fix a floating point exception for invalid framerate, fixes issue …
|
|
|
@3a1cdcc7
|
14 years |
martin |
rtpdec: Emit timestamps for packets before the first RTCP packet, too
…
|
|
|
@dfaa9f3c
|
14 years |
daniel |
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
Fixes …
|
|
|
@0a3028b9
|
14 years |
Reimar.Doeffinger |
Use AVSampleFormat instead of the deprecated SampleFormat.
Originally …
|
|
|
@391fa56d
|
14 years |
justin.ruggles |
Update current year to 2011. Happy New Year!
Originally committed as …
|
|
|
@421167b0
|
14 years |
stefano.sabatini-lala |
Fix typos.
Originally committed as revision 26183 to …
|
|
|
@773d892a
|
14 years |
pross |
move ff_get_bmp_header under CONFIG_DEMUXERS block
Originally …
|
|
|
@9c84a72a
|
14 years |
justin.ruggles |
Skip the bit allocation search if previous and current SNR offsets are …
|
|
|
@5128842e
|
14 years |
justin.ruggles |
10l: Fix mistake in r26044. Check increment bounds using actual …
|
|
|
@c05ffcd
|
14 years |
justin.ruggles |
Change planar_samples from int16_t to SampleType.
This one was missed …
|
|
|
@32282b50
|
14 years |
darkshikari |
Add .pix_fmts to LCL encoder
Now ffmpeg should automatically convert …
|
|
|
@0790caba
|
14 years |
rsbultje |
Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d …
|
|
|
@f19c58b4
|
14 years |
Aurélien Jacobs |
free subtitle_header before overwriting it to avoid memleak
…
|
|
|
@1d6233d3
|
14 years |
Aurélien Jacobs |
use avsubtitle_free() instead of re-implementing it partially (fix a …
|
|
|
@0cbd5ff7
|
14 years |
justin.ruggles |
Add typedefs and a macro that will allow sharing of functions between …
|
|
|
@b33dae5e
|
14 years |
justin.ruggles |
Move the list of supported channel layouts to a separate table.
…
|
|
|
@34d5074e
|
14 years |
justin.ruggles |
Add a window field to AC3MDCTContext and use it as an input to …
|
|
|
@b5293036
|
14 years |
justin.ruggles |
cosmetics: alignment, line wrap, and spacing
Originally committed as …
|
|
|
@14166a6d
|
14 years |
justin.ruggles |
Remove avctx from AC3MDCTContext and just pass it to mdct_init() …
|
|
|
@e0698e4b
|
14 years |
justin.ruggles |
Make exponent_group_tab[] static.
Originally committed as revision …
|
|
|
@7148da48
|
14 years |
rsbultje |
Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. …
|
|
|
@f6bf6e51
|
14 years |
Carl Eugen Hoyos |
Set blkalign to maximum framesize to allow playback on WMP (see issue …
|
|
|
@b3f5c21
|
14 years |
justin.ruggles |
Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.
…
|
|
|
@78c8b4b7
|
14 years |
justin.ruggles |
Add audio flag to libvorbis AVOption.
Originally committed as …
|
|
|
@281bf84f
|
14 years |
justin.ruggles |
Use %"PRIdPTR" instead of %d to silence gcc warning about type …
|
|
|
@4b5d472
|
14 years |
justin.ruggles |
flac_parser: loop append buffer when the default size is not enough to …
|
|
|
@536e9b2f
|
14 years |
rsbultje |
Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 …
|
|
|
@548b97a
|
14 years |
Carl Eugen Hoyos |
Cosmetics: Re-indent after last commit.
Originally committed as …
|
|
|
@cc6c0c7b
|
14 years |
Carl Eugen Hoyos |
Do not add the preamble if the DTS stream is already padded, like DTS …
|
|
|
@720ea2d5
|
14 years |
rsbultje |
Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 …
|
|
|
@d0aebe23
|
14 years |
rsbultje |
Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 …
|
|
|
@76497232
|
14 years |
rsbultje |
Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 …
|
|
|
@e9c576a4
|
14 years |
rsbultje |
Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 …
|
|
|
@92f441ae
|
14 years |
rsbultje |
Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 …
|
|
|
@e8d98764
|
14 years |
rsbultje |
Merge a few superfluous CONFIG_GPL checks.
Originally committed as …
|
|
|
@916393da
|
14 years |
rsbultje |
Whitespace cosmetics.
Originally committed as revision 26153 to …
|
|
|
@42a59278
|
14 years |
rsbultje |
Whitespace cosmetics.
Originally committed as revision 26152 to …
|
|
|
@57b1f334
|
14 years |
rsbultje |
Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from …
|
|
|
@04cbdf3d
|
14 years |
rsbultje |
Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from …
|
|
|
@98c6053c
|
14 years |
rsbultje |
Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from …
|
|
|
@ecc7efbb
|
14 years |
rsbultje |
Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from …
|
|
|
@bdd93f1b
|
14 years |
rsbultje |
Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from …
|
|
|
@f25112fc
|
14 years |
rsbultje |
Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 …
|
|
|
@602a4cb2
|
14 years |
rsbultje |
Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 …
|
|
|
@ec44dd5f
|
14 years |
justin.ruggles |
Change the default dB-per-bit code from 2 to 3.
This gives slightly …
|
|
|
@e916acbc
|
14 years |
rsbultje |
Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 …
|
|
|
@c249e66
|
14 years |
rsbultje |
Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 …
|
|
|
@d8e481bb
|
14 years |
Carl Eugen Hoyos |
s/IEC958/IEC 61937 - IEC958 is a lower level format.
Patch by Anssi …
|
|
|
@ee1ba9c3
|
14 years |
rsbultje |
Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 …
|
|
|
@04207ef3
|
14 years |
rsbultje |
Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from …
|
|
|
@abab14ea
|
14 years |
rsbultje |
Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to …
|
|
|
@2e93fd4b
|
14 years |
rsbultje |
Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 …
|
|
|
@54a959e4
|
14 years |
rsbultje |
Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions …
|
|
|
@a2dfe8d1
|
14 years |
rsbultje |
Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. …
|
|
|
@8d660f75
|
14 years |
lu_zero |
Make fate vp8 test cover emu_edge cases
Originally committed as …
|
|
|
@83ff3f72
|
14 years |
rsbultje |
Add missing authors to copyright headers.
Originally committed as …
|
|
|
@725a3f9d
|
14 years |
rsbultje |
Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to …
|
|
|
@98928c83
|
14 years |
rsbultje |
Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although …
|
|
|
@836132ec
|
14 years |
Carl Eugen Hoyos |
Fix wrong bitstream mode for AC-3.
Noticed by CrystalP from XBMC.
…
|
|
|
@a4c8e0a8
|
14 years |
Carl Eugen Hoyos |
Improve error return values.
Patch by Anssi Hannula, anssi d hannula …
|
|
|
@97790352
|
14 years |
Carl Eugen Hoyos |
Always encapsulate DTS in big-endian format, at least some receivers …
|
|
|
@e5e932e
|
14 years |
Carl Eugen Hoyos |
Add Anssi and myself to the authors in doxygen.
Patch by Anssi …
|
|
|
@39007078
|
14 years |
pross |
wtv: parse MPEG2 descriptor events
Originally committed as revision …
|
|
|
@cc9038e9
|
14 years |
pross |
add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines …
|
|
|
@0af1671e
|
14 years |
pross |
wtv: only warn about unknown subtype, if it actually unknown
…
|
|
|
@945df970
|
14 years |
pross |
wtv: use correct names for subtitle and language guids
Originally …
|
|
|
@7cf0472e
|
14 years |
michaelni |
Fix assertion failure due to frames being 0 in mp3 vbr bitrate …
|
|
|
@1f0920db
|
14 years |
Aurélien Jacobs |
add ASS encoding and decoding support in Subtitle Formats …
|
|
|
@2c77c906
|
14 years |
Aurélien Jacobs |
add SubRip decoder
Originally committed as revision 26119 to …
|
|
|
@312056c5
|
14 years |
rsbultje |
Bump micro for VP8 emu-edge support.
Originally committed as revision …
|
|
|
@ee555de7
|
14 years |
rsbultje |
Support CODEC_FLAG_EMU_EDGE in VP8 decoder.
Originally committed as …
|
|
|
@b59dd1ea
|
14 years |
stefano.sabatini-lala |
Fix style nits in avfiltergraph.c.
Originally committed as revision …
|
|
|
@be732b70
|
14 years |
nicolas.george |
Fix ffplay -an/-vn options that were swapped by r26105.
Originally …
|
|
|
@bb50ed08
|
14 years |
wyskas |
ffmetaenc: remove useless initializers
Originally committed as …
|
|
|
@645439c3
|
14 years |
wyskas |
lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c
Originally …
|
|
|
@b5670209
|
14 years |
stefano.sabatini-lala |
Add copy filter, useful for testing the avfilter_draw_slice() copy …
|
|
|
@28e5d45c
|
14 years |
stefano.sabatini-lala |
Bump lavfi minor and add an entry after r26108 (which added …
|
|
|
@b4356e41
|
14 years |
stefano.sabatini-lala |
In the crop filter, put under ifdef DEBUG the trace logs for the …
|
|
|
@d46c2755
|
14 years |
stefano.sabatini-lala |
Fix date in APIchanges.
Originally committed as revision 26109 to …
|
|
|
@0ccabeea
|
14 years |
michaelni |
Support filters and decoders that dont support negative linesizes. …
|
|
|
@9e99f84
|
14 years |
martin |
rtsp: Check if the rtp stream actually has an RTPDemuxContext
For …
|
|
|
@106f271f
|
14 years |
stefano.sabatini-lala |
Consistently prefer short library names in APIchanges.
Originally …
|
|
|
@406f0f1b
|
14 years |
nicolas.george |
Use av_find_best_stream in ffplay.
Originally committed as revision …
|
|
|
@9128ae08
|
14 years |
nicolas.george |
Implement av_find_best_stream.
Originally committed as revision 26104 …
|
|
|
@107a7e3e
|
14 years |
wyskas |
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS …
|
|
|
@fd5b124
|
14 years |
wyskas |
Metadata demuxer.
Originally committed as revision 26102 to …
|
|
|
@a4651511
|
14 years |
wyskas |
Metadata muxer
Dumps all metadata to a text file for easy manual …
|
|
|
@bb62d5c1
|
14 years |
wyskas |
Allow output formats without any streams.
Required for future …
|
|
|
@18f1add3
|
14 years |
rsbultje |
Fix typo.
Originally committed as revision 26099 to …
|
|
|