|
|
|
@091bc6ca
|
14 years |
pross |
mmvideo: remove some conditional statements by limiting range of …
|
|
|
@cb77dad7
|
14 years |
pross |
perform sanity check on sample rate in electronicarts demuxer
Fixes …
|
|
|
@c19a216a
|
14 years |
wyskas |
Handle ID3v1 tag while decoding mp[123] frames
patch by Clément Bœsch …
|
|
|
@4da766ce
|
14 years |
pross |
perform sanity check on number of channels in electronicarts demuxer …
|
|
|
@2843502e
|
14 years |
Carl Eugen Hoyos |
Check for invalid decode op-codes, fixes issue 2522.
Patch by Daniel …
|
|
|
@8e37a1de
|
14 years |
Carl Eugen Hoyos |
Check for vectable ID > 0, fixes issue 2508.
Patch by Daniel Kang, …
|
|
|
@43c34675
|
14 years |
Carl Eugen Hoyos |
Check for invalid motion vector, fixes issue 2521.
Patch by Daniel …
|
|
|
@ebc34883
|
14 years |
Carl Eugen Hoyos |
Check for invalid maxval in pgm decoder, fixes issue 2518.
Patch by …
|
|
|
@39f4d329
|
14 years |
Carl Eugen Hoyos |
Fix reading over the end of the allocated buffer.
Patch by Anssi …
|
|
|
@94fcbf5f
|
14 years |
Carl Eugen Hoyos |
Match the documentation of -ar with the actual behaviour.
Originally …
|
|
|
@b89f4fb1
|
14 years |
Carl Eugen Hoyos |
Check for several overreads, fixes issue 2512.
Patch by Daniel Kang, …
|
|
|
@a4db272a
|
14 years |
Carl Eugen Hoyos |
Return on negative soff sizes, fixes issue 2515.
Patch by Daniel …
|
|
|
@31561a98
|
14 years |
martin |
Fix arm asm offsets for arm/mach-o
Originally committed as revision …
|
|
|
@183cdf71
|
14 years |
lu_zero |
Update asm offsets for arm
This unbreak ffmpeg build on arm/elf, …
|
|
|
@a3b058b7
|
14 years |
martin |
rtsp: Properly fail if unable to open an input RTP port
Originally …
|
|
|
@e6dba1d8
|
14 years |
stefano.sabatini-lala |
Fix typos in the crop filter documentation.
Originally committed as …
|
|
|
@2bd02e2f
|
14 years |
stefano.sabatini-lala |
Add documentation for the image2 demuxer.
Originally committed as …
|
|
|
@ef298ea7
|
14 years |
stefano.sabatini-lala |
Add demuxers.texi file.
Originally committed as revision 26282 to …
|
|
|
@56ddf4b3
|
14 years |
pross |
add myself as the WTV maintainer
Originally committed as revision …
|
|
|
@cd426563
|
14 years |
pross |
fix indentation
Originally committed as revision 26280 to …
|
|
|
@062421e3
|
14 years |
pross |
eacmv: ensure second-last frame is allocated before referencing it …
|
|
|
@5a477e59
|
14 years |
pross |
fix indentation
Originally committed as revision 26278 to …
|
|
|
@866009ea
|
14 years |
pross |
wtv: only process timestamp_guid chunks for streams that we know about …
|
|
|
@a5a36a79
|
14 years |
pross |
wtv: do not repopulate codec information after we have seen data …
|
|
|
@bf2e541
|
14 years |
pross |
wtv: stop processing chunks if length is smaller than chunk header
…
|
|
|
@9372f31e
|
14 years |
pross |
wtv: fix typo
Originally committed as revision 26274 to …
|
|
|
@50d83b20
|
14 years |
pross |
Add audio codec 0x1602 (AAC LATM)
Originally committed as revision …
|
|
|
@14207fd2
|
14 years |
justin.ruggles |
Remove unneeded #include
Originally committed as revision 26272 to …
|
|
|
@dc7e07ac
|
14 years |
justin.ruggles |
Add stereo rematrixing support to the AC-3 encoders.
This improves the …
|
|
|
@d267b339
|
14 years |
Carl Eugen Hoyos |
Lagarith decoder by Nathan Caldwell, saintdev at gmail
Originally …
|
|
|
@c392cc0a
|
14 years |
kostya.shishkov |
Limit number of samples decoded for WavPack mono mode, so decoded …
|
|
|
@15a8bef0
|
14 years |
saschasommer |
skip unsupported postproc information
Originally committed as …
|
|
|
@b86dd1b
|
14 years |
saschasommer |
add support for files that do not allow more than 4 subframes
…
|
|
|
@d7fa58c0
|
14 years |
saschasommer |
fix indentation
Originally committed as revision 26266 to …
|
|
|
@8b5a780
|
14 years |
saschasommer |
add support for files where the frames do not have a length prefix
…
|
|
|
@2a81f4bd
|
14 years |
Carl Eugen Hoyos |
Show profile in avcodec_string().
Patch by Anssi Hannula, anssi d …
|
|
|
@82dadb90
|
14 years |
baptiste.coudurier |
Fix bmp encoder with 8 bits format and correctly set …
|
|
|
@81c623fa
|
14 years |
michaelni |
Deprecate reordered_opaque in favor of pkt_pts/dts
Originally …
|
|
|
@1919feaf
|
14 years |
michaelni |
Add pkt_dts to AVFrame, this will in the future allow multithreading …
|
|
|
@393cbb9
|
14 years |
michaelni |
Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts …
|
|
|
@060ec0a8
|
14 years |
Carl Eugen Hoyos |
Add av_get_profile_name() to get profile names.
Patch by Anssi …
|
|
|
@f2953365
|
14 years |
Carl Eugen Hoyos |
Check if buffer is large enough for given resolution.
Fixes issue …
|
|
|
@a2b7ed32
|
14 years |
baptiste.coudurier |
In mov muxer, override codec tag for dv in mov, fix remuxing from avi
…
|
|
|
@fea714ec
|
14 years |
Carl Eugen Hoyos |
Do not overread input buffer.
Fixes issue 2503.
Patch by Daniel Kang, …
|
|
|
@10d8eac9
|
14 years |
baptiste.coudurier |
In mov muxer, override codec tag for h263 in mov, fix remuxing from …
|
|
|
@2a127067
|
14 years |
lu_zero |
Unbreak ffserver
Make sure the sample_aspect_ratio is 0 and not 0/0.
…
|
|
|
@b82579a6
|
14 years |
Carl Eugen Hoyos |
Fail more gracefully for multichannel wavpack in another container.
…
|
|
|
@ee77f986
|
14 years |
Carl Eugen Hoyos |
Fix lowres > 0 with --enable-avfilter..
Fixes issue 2072 and issue …
|
|
|
@65cd45a8
|
14 years |
Carl Eugen Hoyos |
Prevent a crash by sanity checking buffer reads.
Patch by Daniel …
|
|
|
@f5a2d285
|
14 years |
Carl Eugen Hoyos |
Export dca profile information.
Patch by Anssi Hannula anssi d …
|
|
|
@df1c694c
|
14 years |
Carl Eugen Hoyos |
Verify FSIZE96 when encountering X96 sync code.
Patch by Anssi …
|
|
|
@d381249b
|
14 years |
Carl Eugen Hoyos |
Fix a crash when decoding tiff by moving check
for invalid header up …
|
|
|
@35ca5c0b
|
14 years |
baptiste.coudurier |
In dnxhd decoder, set key_frame on decoded frame
Originally committed …
|
|
|
@a92c30d7
|
14 years |
martin |
rtsp: Allow requesting of filtering of source packets
If filtered, …
|
|
|
@21a569f3
|
14 years |
martin |
udp: Allow specifying the connect option in udp_set_remote_url, too
…
|
|
|
@babd19ce
|
14 years |
martin |
rtpproto: Allow specifying the connect option, passed through to udp
…
|
|
|
@1ba44140
|
14 years |
Carl Eugen Hoyos |
Fix crash for files with strip size larger than the buffer.
Fixes …
|
|
|
@504530bf
|
14 years |
Carl Eugen Hoyos |
Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.
Fixes …
|
|
|
@79d482b1
|
14 years |
martin |
rtpdec: Don't set RTP timestamps if they already are set by the …
|
|
|
@6cbce63
|
14 years |
Carl Eugen Hoyos |
Fix assertion fail on audio files with invalid sample rates,
fixes …
|
|
|
@6bbdba08
|
14 years |
stefano.sabatini-lala |
Revert previous commit, as it was not meant to be pushed.
Originally …
|
|
|
@7820147e
|
14 years |
stefano.sabatini-lala |
Issue more explicit error messages in compute_pkt_fields2().
…
|
|
|
@81bd4119
|
14 years |
stefano.sabatini-lala |
In av_close_input_stream(), flush the packet queue before to actually …
|
|
|
@29db7c3a
|
14 years |
martin |
rtsp: Parse RTP-Info headers
Originally committed as revision 26236 …
|
|
|
@4cb06874
|
14 years |
martin |
Reindent
Originally committed as revision 26235 to …
|
|
|
@91d96bd
|
14 years |
martin |
rtsp: Simplify code
Originally committed as revision 26234 to …
|
|
|
@1726813f
|
14 years |
martin |
rtsp: Move resetting of rtpdec parameters to before sending the PLAY …
|
|
|
@ac05f903
|
14 years |
justin.ruggles |
Convert floating-point MDCT coefficients to 24-bit fixed-point all at …
|
|
|
@87c1410d
|
14 years |
vitor1001 |
Add a FATE test for Playstation STR version 3
Originally committed as …
|
|
|
@6e16398a
|
14 years |
vitor1001 |
Make dc_lum_vlc and dc_chroma_vlc non-static symbols,
this fixed the …
|
|
|
@ab043374
|
14 years |
baptiste.coudurier |
In ogg muxer, correctly mux VFR streams, fix issue #2398
Originally …
|
|
|
@5e2202d6
|
14 years |
baptiste.coudurier |
In mov demuxer, check that gmtime returns a valid value, fix crash, …
|
|
|
@4af7166f
|
14 years |
baptiste.coudurier |
In mov demuxer, check that stts data exists, fix crash, issue #2479
…
|
|
|
@9be52d48
|
14 years |
justin.ruggles |
Use local variables outside the inner loop in extract_exponents() to …
|
|
|
@5d3d238f
|
14 years |
stefano.sabatini-lala |
Factorize common code in v4l2_set_parameters().
Originally committed …
|
|
|
@8621a37d
|
14 years |
stefano.sabatini-lala |
In video4linux2, in the case the timebase value in ap is 0/0, read the …
|
|
|
@2d777bb7
|
14 years |
stefano.sabatini-lala |
Make mpeg4 encoder log a more explicit error message when the timebase …
|
|
|
@ccbbeeee
|
14 years |
robert.swain |
Add my GPG fingerprint to the MAINTAINERS file
Originally committed …
|
|
|
@73f6d31e
|
14 years |
daniel |
Win32 support for av_file_map()
Originally committed as revision …
|
|
|
@db613296
|
14 years |
michaelni |
Our ljpeg encoder supports bgra, use the correct constant in the …
|
|
|
@b26847b7
|
14 years |
michaelni |
Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c. …
|
|
|
@dc8465a9
|
14 years |
michaelni |
Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...
…
|
|
|
@69057b7
|
14 years |
baptiste.coudurier |
In pad filter, update new ref w/h in start_frame, fix chaining
…
|
|
|
@d34a77fb
|
14 years |
baptiste.coudurier |
In crop filter, update new ref w/h instead of old one, fix chaining
…
|
|
|
@e27bf2c7
|
14 years |
michaelni |
Fix YUV444P LJPEG encoding.
Originally committed as revision 26215 to …
|
|
|
@bd7d9e45
|
14 years |
stefano.sabatini-lala |
In the video4linux2 output device, log an error description in case of …
|
|
|
@44b2784f
|
14 years |
stefano.sabatini-lala |
Remove unnecessary dependency of ffprobe and ffserver on libswscale.
…
|
|
|
@be4876ea
|
14 years |
stefano.sabatini-lala |
Disable initialization of the swscale sws_opts context in …
|
|
|
@14fa75ea
|
14 years |
wyskas |
lavf: rename meta.h->ffmeta.h for consistency.
Originally committed …
|
|
|
@f1cbbb79
|
14 years |
justin.ruggles |
cosmetics: fix typo in previous commit
Originally committed as …
|
|
|
@6fd96d1a
|
14 years |
justin.ruggles |
Change the AC-3 encoder to use floating-point.
Fixed-point AC-3 …
|
|
|
@6780f488
|
14 years |
pross |
wtv: obtain codec information from stream2_guid chunks, if present
…
|
|
|
@4f18f1b0
|
14 years |
Aurélien Jacobs |
mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 …
|
|
|
@ad6b2c1f
|
14 years |
justin.ruggles |
Move fixed-point parts of the AC-3 encoder to separate files.
…
|
|
|
@f03424a7
|
14 years |
martin |
Reindent
Originally committed as revision 26205 to …
|
|
|
@004357a1
|
14 years |
Carl Eugen Hoyos |
Fix compilation on x86-32 with --disable-optimizations,
fixes issue …
|
|
|
@ba76378
|
14 years |
Carl Eugen Hoyos |
libavfilter does not depend on libswscale, only the scale filter does. …
|
|
|
@3b99e00c
|
14 years |
Carl Eugen Hoyos |
Fix crash decoding broken wmv2 files.
Fixes issue 1670.
Patch by …
|
|
|
@f5dd1eb7
|
14 years |
Aurélien Jacobs |
srtdec: ensure we don't read 1 byte after buffer end if the buffer is …
|
|
|
@6734f2c8
|
14 years |
Carl Eugen Hoyos |
"Fix" compilation with --disable-swscale.
Originally committed as …
|
|
|