|
|
|
@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 …
|
|
|
@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: …
|
|
|
@afa1617
|
12 years |
pross |
SGI RLE 8-bit decoder
Signed-off-by: Peter Ross <pross@xvid.org>
|
|
|
@83a9f29f
|
12 years |
ramiro.polla |
dshow: call CoUninitialize() on dshow_read_close()
Every call to …
|
|
|
@190f6135
|
12 years |
ramiro.polla |
dshow: handle events in graph
Handling DirectShow events prevents …
|
|
|
@0cf35059
|
12 years |
justin.ruggles |
avresample: use valid log context in mixing functions
Signed-off-by: …
|
|
|
@2e59142f
|
12 years |
michaelni |
sctp: dont abort on invalid input
Fixes Ticket1865
Signed-off-by: …
|
|
|
@d28dfa2
|
12 years |
michaelni |
ac3dec: fix outptr increment.
Fixes decoding regression
…
|
|
|
@f322b207
|
12 years |
justin.ruggles |
lavr: only save/restore the mixing matrix if mixing is being done
|
|
|
@f1c2915c
|
12 years |
justin.ruggles |
lavr: remove automatic context close/open for resampling compensation
…
|
|
|
@7973a075
|
12 years |
michaelni |
h264: Improve first slice and slice type checks
This prevents a null …
|
|
|
@55b243ca
|
12 years |
michaelni |
doc/examples/resampling_audio.c: fix path
Signed-off-by: Michael …
|
|
|
@0212c1c4
|
12 years |
Clément Bœsch |
swr/doxy: fix missing quote in code example.
|
|
|
@9ad6b13
|
12 years |
Clément Bœsch |
lavu/pixdesc: fix a const qualifier discarding warning.
|
|
|
@7fb49639
|
12 years |
Clément Bœsch |
lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt.
This is …
|
|
|
@e798085f
|
12 years |
martin |
rtpdec_vp8: Cosmetics: Fix bad alignment/indentation
Signed-off-by: …
|
|
|
@3b2e8d1d
|
12 years |
martin |
rtpenc: Allow including a SDES/CNAME block in RTCP SR packets
…
|
|
|
@65e05327
|
12 years |
martin |
rtpenc_vp8: Include the picture number in VP8 packets
This makes it …
|
|
|
@cb8163d0
|
12 years |
michaelni |
bfi: set duration
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@de89dff8
|
12 years |
michaelni |
brstm: ask for samples for version != 1.0
This also avoids 2 unused …
|
|
|
@633ae5a2
|
12 years |
michaelni |
mjpegenc: fix 444 block count so it is below 10
Fixes Ticket1990
…
|
|
|
@5be38f94
|
12 years |
onemda |
brstm: add missing new line to request for sample messages
…
|
|
|
@5b09c340
|
12 years |
michaelni |
doc/filters: fix "Dolby Pro Logic II" option name
Signed-off-by: …
|
|
|
@efb4f96
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@94877aad
|
12 years |
stefasab |
lavfi/crop: free x and y parsed expression objects
Fix leak …
|
|
|
@dde4832
|
12 years |
michaelni |
Merge commit '27c8337e595a058347150269d5c2c48281e4285b'
* commit …
|
|
|
@1081d787
|
12 years |
onemda |
build: fix idf demuxer dependency
Signed-off-by: Paul B Mahol …
|
|
|
@f4fe4fa8
|
12 years |
onemda |
Remove 8SVX_RAW on next lavc mayor bump
Signed-off-by: Paul B Mahol …
|
|
|
@5648069
|
12 years |
onemda |
aiff: support in24/in32 tags
Supported by QuickTime, libaudiofile and …
|
|
|
@7959c26f
|
12 years |
onemda |
brstm: fix number of samples for the last block
Signed-off-by: James …
|
|
|
@d0bdcbcb
|
12 years |
onemda |
thp: set duration
|
|
|
@013b700
|
12 years |
stefasab |
ffplay: provide some feedback in case the codec cannot be set
|
|
|
@1cbb11c
|
12 years |
stefasab |
ffplay: set codec_id in codec context
Set codec id in case another …
|
|
|
@cb0f97b5
|
12 years |
stefasab |
ffplay: improve robustness of opt_codec(), and add options …
|
|
|
@718eab52
|
12 years |
michaelni |
ffmpeg: Improve filter input fps selection heuristic.
This fixes a …
|
|
|
@1e901ffc
|
12 years |
michaelni |
wrap_timestamp: remove unneeded check
Signed-off-by: Michael …
|
|
|
@1662bd35
|
12 years |
michaelni |
lavf: fix integer overflows
Signed-off-by: Michael Niedermayer …
|
|
|
@d7599bd8
|
12 years |
michaelni |
h264: dont mess with frame gaps on second fields.
Fixes assertion …
|
|
|
@c16f768d
|
12 years |
pross |
ffmpeg: replace magic number with VSYNC_CFR
|
|
|
@2d74dea8
|
12 years |
michaelni |
lavf: Provide a monotonic timestamp to the outside world
…
|
|
|
@388241ef
|
12 years |
michaelni |
mpegvideo_enc/rv20: width and height must be multiple of 4
RealPlayer …
|
|
|
@0ebf8577
|
12 years |
stefasab |
doc/filters: remove @example use for showing syntax
I forgot to merge …
|
|
|
@a871b5cc
|
12 years |
stefasab |
doc/filters: extend syntax description for transpose, and add examples
|
|
|
@6722f35d
|
12 years |
stefasab |
doc/filters: add basic crop examples
Use it to show difference …
|
|
|
@55b81528
|
12 years |
stefasab |
doc/filters: itemize crop examples
|
|
|
@1e5492f
|
12 years |
stefasab |
lavfi/crop: add support to option parsing
Also fix documentation …
|
|
|
@a421bbf
|
12 years |
janne-libav |
h264: fix memleak on error during SPS parsing
Introduced in d7d6efe42b0d.
|
|
|
@27c8337
|
12 years |
janne-libav |
h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup
Since …
|
|
|
@230acdde
|
12 years |
justin.ruggles |
lavr: move AudioMix struct definition to audio_mix.c
|
|
|
@2b643855
|
12 years |
michaelni |
dirac_parser: check prev_pu_offset before using it
Fixes out of array …
|
|
|
@fef75ef2
|
12 years |
michaelni |
mpegvideo_enc/rv10: width and hieghtmust be multiple of 16
RealPlayer …
|
|
|
@fe3e0e48
|
12 years |
stefasab |
lavd/dshow: rename dshow class name
Signed-off-by: rogerdpack …
|
|
|
@ac6cb666
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vp56: …
|
|
|
@54b0c04a
|
12 years |
stefasab |
lavfi/overlay: clarify/fix comment, add a few empty lines to ease …
|
|
|
@3d1e2ada
|
12 years |
stefasab |
lavfi/overlay: remove duplicated definition of …
|
|
|
@8f44170d
|
12 years |
stefasab |
lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf
|
|
|
@f186ecc1
|
12 years |
michaelni |
Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d'
* commit …
|
|
|
@75b7e543
|
12 years |
michaelni |
fate: update fate for 1a490df12fd9
Signed-off-by: Michael Niedermayer …
|
|
|
@33ab9ebd
|
12 years |
stefasab |
doc/APIchanges: fill empty git commit hashes and dates
|
|
|
@1a490df1
|
12 years |
stefasab |
ffprobe: show pkt_size in frame
Fix trac ticket #2027.
|
|
|
@96d815fc
|
12 years |
stefasab |
lavc: add pkt_size field to AVFrame
|
|
|
@a8b3f0c5
|
12 years |
michaelni |
fate: check if rsync has the contimeout option
rsync on osx misses …
|
|
|
@b6671787
|
12 years |
michaelni |
flashsv2_prime: check block before using it.
Fixes null pointer …
|
|
|
@02d6d053
|
12 years |
michaelni |
dcadec: check xch_base_channel against channel_order_tab.
Fix null …
|
|
|
@51fcf276
|
12 years |
michaelni |
mp3on4: fix null pointer dereference
Found-by: Mateusz "j00ru" …
|
|
|
@a99c273a
|
12 years |
michaelni |
dnxhddec: fix CID changed check.
Fixes Null pointer dereference
…
|
|
|
@e095c4ea
|
12 years |
michaelni |
fate: update asyncts reference
We cannot update the existing file …
|
|
|
@ecebf6f
|
12 years |
stefasab |
lavf/segment: provide more debug feedback when a new segment starts
|
|
|
@df5f9496
|
12 years |
stefasab |
lavf/segment: add missing flags to segmenter option constants
|
|
|
@6ca24655
|
12 years |
michaelni |
ass_split_section: dont overread array
Found-by: Mateusz "j00ru" …
|
|
|