|
|
|
@fb266f59
|
13 years |
michaelni |
h264: show when has_b_frames is being increased.
Signed-off-by: …
|
|
|
@7f92f3d8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@ff53c79d
|
13 years |
michaelni |
flvdec: Stop searching for streams once a audio & a video stream has …
|
|
|
@85372f9d
|
13 years |
Reimar.Doeffinger |
Add forgotten %ifdef HAVE_AVX.
Fixes compilation with older YASM/NASM …
|
|
|
@adedd840
|
13 years |
rsbultje |
h264: fix frame reordering code.
Fixes …
|
|
|
@976b0959
|
13 years |
michaelni |
lavu/error: define AVERROR_BUG.
Signed-off-by: Nicolas George …
|
|
|
@757cb3b4
|
13 years |
michaelni |
avutil: av_x_if_null: remove const for the return value.
This is the …
|
|
|
@730945d9
|
13 years |
michaelni |
ffmpeg: use standard duration calculation code in the stream copy …
|
|
|
@28a11a67
|
13 years |
Carl Eugen Hoyos |
BMP: Support BMP OS/2 v2 with RLE compression.
Fixes ticket #699.
…
|
|
|
@8dcd2a41
|
13 years |
Carl Eugen Hoyos |
Allow last mov chunk to have an arbitrary number of samples.
Fixes …
|
|
|
@88bbabc
|
13 years |
Carl Eugen Hoyos |
Support decoding right-to-left targa files.
Fixes ticket #698.
|
|
|
@90bfd511
|
13 years |
nicolas.george |
celtdec: adapt to avcodec_decode_audio4.
Original fix by Michael …
|
|
|
@a930cd0d
|
13 years |
michaelni |
oma: Fix out of array read.
Input: 01-Untitled-partial.oma
ZZUF …
|
|
|
@aedd30b6
|
13 years |
michaelni |
id3v2: Fix null ptr crash in get_extra_meta_func()
Signed-off-by: …
|
|
|
@8bd2b27f
|
13 years |
michaelni |
zmbv: fix 2 memleaks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@3eb6e146
|
13 years |
michaelni |
zmbv: Fix keyframe fault protextion.
Fixes zzuf -s467 -r0.001 cat …
|
|
|
@7a5eb40e
|
13 years |
michaelni |
audeo_get_buffer: fix pkt_pos
Signed-off-by: Michael Niedermayer …
|
|
|
@acf22ec6
|
13 years |
michaelni |
developer.texi: Fix naming convention
Signed-off-by: Michael …
|
|
|
@52b7ed4f
|
13 years |
michaelni |
iff: support ExtraHalfBrite (EHB) palette mode
Fixes ticket #663.
…
|
|
|
@56f6628b
|
13 years |
michaelni |
pictordec: decode 8bpp images when extra header marker is missing
…
|
|
|
@2d6a45c1
|
13 years |
Carl Eugen Hoyos |
Silence warnings when decoding QNAP Systems H264 codec.
Fixes ticket #571.
|
|
|
@215b772
|
13 years |
Clément Bœsch |
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
|
|
|
@eac5987c
|
13 years |
michaelni |
g723_1dec: update to new API
Signed-off-by: Michael Niedermayer …
|
|
|
@7db5ff79
|
13 years |
michaelni |
g729dec: update to the new API
Signed-off-by: Michael Niedermayer …
|
|
|
@e4de7167
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@55a28056
|
13 years |
janne-libav |
fate: Add a test for the VBLE decoder
Signed-off-by: Derek Buitenhuis …
|
|
|
@a0338b5
|
13 years |
lu_zero |
doc: break some long lines in developer.texi
|
|
|
@2cf74ec
|
13 years |
lu_zero |
drawtext: make x and y parametric
Introduce variables "E", "PHI", …
|
|
|
@ec11ff84
|
13 years |
lu_zero |
drawtext: manage memory allocation better
Call dtext_prepare_text as …
|
|
|
@a2fb4bcb
|
13 years |
lu_zero |
drawtext: refactor draw_text
Split the memory allocation from the …
|
|
|
@8499442
|
13 years |
janne-libav |
doc: remove space between variable and post increment in example code
|
|
|
@12804348
|
13 years |
michaelni |
swr-test: drop one const, silence most const qualifer warnings.
…
|
|
|
@d268b79e
|
13 years |
janne-libav |
aac_latm: reconfigure decoder on audio specific config changes
|
|
|
@fd095539
|
13 years |
janne-libav |
latmdec: fix audio specific config parsing
Pass the correct size in …
|
|
|
@ebe4d5ad
|
13 years |
michaelni |
swr-test_: Fix mixed declaration and statements:
…
|
|
|
@208bcc6b
|
13 years |
michaelni |
libavutil: increase struct SampleFmtInfo member 'name' length to 8
…
|
|
|
@b552e3f6
|
13 years |
michaelni |
swscale: Fix all cast qualifier warnings:
…
|
|
|
@3fd4fe0e
|
13 years |
michaelni |
swscale_mmx: Fix cast qualifier warnings:
…
|
|
|
@a24c4758
|
13 years |
michaelni |
sws: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@0eea212
|
13 years |
justin.ruggles |
Add avcodec_decode_audio4().
Deprecate avcodec_decode_audio3(). …
|
|
|
@560f773c
|
13 years |
justin.ruggles |
avcodec: change number of plane pointers from 4 to 8 at next major …
|
|
|
@cf257f3
|
13 years |
michaelni |
doc/example/muxing: fix video timestamps
Signed-off-by: Michael …
|
|
|
@9b9815ee
|
13 years |
lu_zero |
Update developers documentation with coding conventions.
…
|
|
|
@096701d9
|
13 years |
michaelni |
muxing example: set encoder defaults
Signed-off-by: Michael …
|
|
|
@51a16077
|
13 years |
mans |
svq1dec: avoid undefined get_bits(0) call
Signed-off-by: Mans …
|
|
|
@59807fee
|
13 years |
mans |
ARM: h264dsp_neon cosmetics
- Replace 'ip' with 'r12'.
- Use correct …
|
|
|
@a760f530
|
13 years |
mans |
ARM: make some NEON macros reusable
Signed-off-by: Mans Rullgard …
|
|
|
@150ddbc1
|
13 years |
mans |
Do not memcpy raw video frames when using null muxer
Commit 035af99 …
|
|
|
@5a2e2516
|
13 years |
lu_zero |
fate: update asf seektest
|
|
|
@e02dec25
|
13 years |
rsbultje |
vp8: flush buffers on size changes.
|
|
|
@1fd69243
|
13 years |
michaelni |
pictordec: support uncompressed images
Signed-off-by: Michael …
|
|
|
@7d68f592
|
13 years |
lu_zero |
doc: improve general documentation for MacOSX
Signed-off-by: Luca …
|
|
|
@b88eb876
|
13 years |
lu_zero |
asf: use packet dts as approximation of pts
Having a somehow off …
|
|
|
@73f027c1
|
13 years |
lu_zero |
asf: do not call av_read_frame
The asf_read_pts should read the …
|
|
|
@30266038
|
13 years |
martin |
rtsp: Initialize the media_type_mask in the rtp guessing demuxer
The …
|
|
|
@d0fd6fc2
|
13 years |
rsbultje |
Cleaned up alacenc.c
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
|
|
@bba8975a
|
13 years |
Carl Eugen Hoyos |
Be less verbose when skipping RBSP data in H264 PPS.
Fixes ticket #693.
|
|
|
@fab5973f
|
13 years |
Carl Eugen Hoyos |
Be less verbose when skipping MPEG-4 ASP frames.
Fixes ticket #560.
|
|
|
@40c36196
|
13 years |
Carl Eugen Hoyos |
Support yuva420p encoding via libopenjpeg.
|
|
|
@d7fc100
|
13 years |
Carl Eugen Hoyos |
Support tiff RGBA encoding.
|
|
|
@7b0b10ce
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (25 …
|
|
|
@8b08f819
|
13 years |
Carl Eugen Hoyos |
Support transparency in 32bit bmp files.
|
|
|
@69035f3
|
13 years |
michaelni |
Revert "libutvideodec: Make buf_size local"
This change was dependent …
|
|
|
@dd7453a2
|
13 years |
michaelni |
Fix id3v2 extended header handling.
When skipping over the extended …
|
|
|
@18abf46
|
13 years |
michaelni |
configure: add forgotten libx264rgb_encoder_deps
Signed-off-by: …
|
|
|
@04403ec2
|
13 years |
martin |
rtpenc: Add support for G726 audio
Signed-off-by: Martin Storsjö …
|
|
|
@fa6dce4c
|
13 years |
martin |
rtpdec: Interpret the different G726 names as bits_per_coded_sample
…
|
|
|
@77e0c75
|
13 years |
martin |
rtpenc: Change rtp_send_samples to handle sample sizes other than even …
|
|
|
@2d31d890
|
13 years |
martin |
rtpenc: Cast a rescaling parameter to int64_t
This avoids overflow if …
|
|
|
@2574f08d
|
13 years |
rsbultje |
h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.
This …
|
|
|
@8c15f9d7
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@dd974c1b
|
13 years |
michaelni |
libx264: Implement rgb24 support through a seperate AVCodec.
This …
|
|
|
@59a58884
|
13 years |
Marton Balint |
ffplay: Copy audio side data too. This fixes handling of some rare …
|
|
|
@3adba2de
|
13 years |
mans |
ARM: fix indentation in ff_dsputil_init_neon()
Signed-off-by: Mans …
|
|
|
@96fef6cf
|
13 years |
mans |
ARM: NEON put/avg_pixels8/16 cosmetics
This makes whitespace and …
|
|
|
@716f1705
|
13 years |
mans |
ARM: add remaining NEON avg_pixels8/16 functions
|
|
|
@94267ddf
|
13 years |
mans |
ARM: clean up NEON put/avg_pixels macros
Although this adds a few …
|
|
|
@4a8e3324
|
13 years |
michaelni |
libx264: fix generic boolean support
Fixes Ticket660
Signed-off-by: …
|
|
|
@ca12401
|
13 years |
justin.ruggles |
fate: split acodec-pcm into individual tests
this removes 2 redundant …
|
|
|
@5089ce1b
|
13 years |
siretart |
swscale: #include "libavutil/mathematics.h"
this file uses the M_PI …
|
|
|
@b50be4e3
|
13 years |
michaelni |
vc1_parser: fix NULL pointer dereference
Fixes Ticket456
…
|
|
|
@d9cc6bb4
|
13 years |
Carl Eugen Hoyos |
Support ffmpeg -dn to disable copying data streams.
Fixes ticket #647.
|
|
|
@3e1951e8
|
13 years |
michaelni |
h264: More restrictive more_rbsp_data_in_pps()
Fixes Ticket697
…
|
|
|
@74e96eb7
|
13 years |
anton |
pmpdec: don't use deprecated av_set_pts_info.
|
|
|
@37fed0e6
|
13 years |
mans |
rv34: align temporary block of "dct" coefs
This is needed for …
|
|
|
@f3f48842
|
13 years |
michaelni |
pictordec: prevent segfault when reading corrupted files
…
|
|
|
@43a2a8b4
|
13 years |
michaelni |
pictordec: use correct context for another av_log
Signed-off-by: …
|
|
|
@f28070a1
|
13 years |
anton |
Add PlayStation Portable PMP format demuxer
Not yet complete, for …
|
|
|
@c3b05d21
|
13 years |
martin |
proto: Realign struct initializers
Signed-off-by: Martin Storsjö …
|
|
|
@7e580505
|
13 years |
martin |
proto: Use .priv_data_size to allocate the private context
This …
|
|
|
@9c6777bd
|
13 years |
martin |
mmsh: Properly clean up if the second ffurl_alloc failed
…
|
|
|
@02490bf3
|
13 years |
martin |
rtmp: Clean up properly if the handshake failed
This prevents memory …
|
|
|
@6af35443
|
13 years |
martin |
md5proto: Remove the get_file_handle function
The private data …
|
|
|
@1ca87d60
|
13 years |
martin |
applehttpproto: Use the close function if the open function fails
…
|
|
|
@abe20c59
|
13 years |
martin |
http: Make sure proxyauth is initialized
This string will be passed …
|
|
|
@adfdcf87
|
13 years |
rsbultje |
vble: use dsp.add_hfyu_median_prediction() this allows asm …
|
|
|
@317ea97
|
13 years |
rsbultje |
vble: remove flags copy, its not used in any speed relevant code.
…
|
|
|
@e46abbcf
|
13 years |
rsbultje |
vble: merge len and val arrays
There's no reason to use two arrays …
|
|
|
@0dd704db
|
13 years |
rsbultje |
vble: remove unused variable len.
Signed-off-by: Michael Niedermayer …
|
|
|
@67eb95ce
|
13 years |
michaelni |
ffmpeg: fix segfault with ffmpeg -h
Signed-off-by: Michael …
|
|
|