|
|
|
@a097f004
|
11 years |
anton |
mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
|
|
|
@ff300e43
|
11 years |
anton |
mpegvideo: remove an unused variable
|
|
|
@e41ff42
|
11 years |
anton |
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
|
|
|
@3d7c8474
|
11 years |
diego |
x86: Initialize mmxext after amd3dnow optimizations
The mmxext …
|
|
|
@bd8b6185
|
11 years |
diego |
configure: Detect msvcrt libc with a CPP check instead of a link check …
|
|
|
@5ec4673
|
11 years |
diego |
configure: Add detected C library and host compiler to informative output
|
|
|
@c255f0b0
|
11 years |
anton |
avconv: initialize hwaccel_pix_fmt
Fixes an assertion failure in …
|
|
|
@089fac7
|
11 years |
anton |
alsa-audio-dec: explicitly cast the delay to a signed int64
Otherwise …
|
|
|
@97d19c2f
|
11 years |
diego |
dv: Split off DV video encoder into its own file
|
|
|
@21710ea8
|
11 years |
diego |
dv: Move DV VLC data tables out of header file
|
|
|
@5a9fcc7d
|
11 years |
diego |
build: Add rule for building host-specific object files
|
|
|
@ad477710
|
11 years |
diego |
build: Add shorthand for HOSTCC compile macro
|
|
|
@7ffaa195
|
11 years |
diego |
dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo
The …
|
|
|
@7b05845b
|
11 years |
diego |
doc: Try to find nonstandard Perl path from the environment
|
|
|
@3cd612d4
|
11 years |
diego |
gitignore: Ignore multilibrary example programs
|
|
|
@7dc827b7
|
11 years |
lu_zero |
dcadec: Add some logging before returning on error
Based on a patch …
|
|
|
@f058f384
|
11 years |
lu_zero |
configure: Do not use pthread_create to check for pthread
Certain …
|
|
|
@01f6df01
|
11 years |
anton |
go2meeting: disallow tile dimensions that are not multiple of 16
…
|
|
|
@e026ee04
|
11 years |
anton |
mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to …
|
|
|
@513d849b
|
11 years |
anton |
mpeg4videodec: move num_sprite_warping_points from MpegEncContext to …
|
|
|
@9ba3fc3e
|
11 years |
anton |
mpeg4videodec: move sprite_brightness_change from MpegEncContext to …
|
|
|
@58c120a
|
11 years |
anton |
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
|
|
|
@6e81597
|
11 years |
anton |
mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext
|
|
|
@2992afda
|
11 years |
anton |
mpeg4videodec: remove a write-only variable from MpegEncContext
|
|
|
@3b1c0f68
|
11 years |
anton |
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
|
|
|
@e89247de
|
11 years |
anton |
mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variable
|
|
|
@8cebc9ea
|
11 years |
anton |
mpeg4videodec: remove a write-only variable from MpegEncContext
|
|
|
@b1aacd56
|
11 years |
anton |
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
|
|
|
@03889074
|
11 years |
anton |
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to …
|
|
|
@43af264d
|
11 years |
anton |
mpeg4videodec: move mpeg4-specific bug workaround variables from …
|
|
|
@e2ceb176
|
11 years |
anton |
mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec …
|
|
|
@b452d5ae
|
11 years |
anton |
mpeg4videodec: move mpeg4-specific bug detection from h263 generic …
|
|
|
@48e13940
|
11 years |
anton |
mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.
|
|
|
@c2f7417
|
11 years |
anton |
vc1: move MpegEncContext.resync_marker into VC1Context.
The field …
|
|
|
@a5a7199
|
11 years |
anton |
mpeg4videoenc: don't set MpegEncContext.resync_marker
It is only used …
|
|
|
@ad09f525
|
11 years |
anton |
h263dec: remove commented out cruft
|
|
|
@bc5abfb1
|
11 years |
anton |
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
|
|
|
@9f0617d2
|
11 years |
anton |
mpeg4videodec: remove write-only sprite variables from MpegEncContext
|
|
|
@1a890257
|
11 years |
anton |
mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext
|
|
|
@75bd07f7
|
11 years |
anton |
mpeg4videoenc: write 0 instead of vol_sprite_usage
That field is …
|
|
|
@e62a43f6
|
11 years |
anton |
mpeg4videodec: move MpegEncContext.time_increment_bits to …
|
|
|
@ee8af2dd
|
11 years |
anton |
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
|
|
|
@35e0833d
|
11 years |
anton |
mpeg4videodec: add a mpeg4-specific private context.
|
|
|
@95fd52c1
|
11 years |
anton |
mxfdec: set extradata size
The line setting it was mistakenly removed …
|
|
|
@3c8507a8
|
11 years |
anton |
dcadec: add disable_xch private option.
This supplements the …
|
|
|
@220494ad
|
11 years |
anton |
dcadec: treat all 2-channel modes as Stereo in dca_downmix.
The check …
|
|
|
@aaa44d02
|
11 years |
anton |
dca: support mixing LFE in dca_downmix.
Embedded downmix coefficients …
|
|
|
@149438cf
|
11 years |
anton |
dca: improve default stereo downmix coefficients.
Previous …
|
|
|
@44b17d79
|
11 years |
anton |
dca: extract core substream's embedded downmix coeffcient codes, if …
|
|
|
@27245b4e
|
11 years |
anton |
dca: remove embedded downmix coefficient extraction.
It was based on …
|
|
|
@b6d5e6aa
|
11 years |
anton |
dca: convert dca_default_coeffs to float.
Easier to read, modify, and …
|
|
|
@25609b63
|
11 years |
anton |
dcadec: store the stereo downmix coefficients as float in the …
|
|
|
@89de5157
|
11 years |
anton |
dcadec: implement request_channel_layout.
Signed-off-by: Anton …
|
|
|
@cf7860db
|
11 years |
vittorio.giovara |
x86: dsputil: Suppress deprecation warnings for XvMC bits
These parts …
|
|
|
@d1916d13
|
11 years |
vittorio.giovara |
dsputil/pngdsp: fix signed/unsigned type in end comparison
Fixes out …
|
|
|
@0673ede
|
11 years |
vittorio.giovara |
configure: add strip flags checks
This will check if -wN '..@*' is …
|
|
|
@87337993
|
11 years |
anton |
h263dec: sanitize a condition.
Call ff_mpeg4_decode_picture_header() …
|
|
|
@4d388c0c
|
11 years |
anton |
h264_refs: make sure not to write over the bounds of the default ref …
|
|
|
@fa515c20
|
11 years |
derek.buitenhuis |
doc/platform: Update to reflect current MSVC build situation
…
|
|
|
@10421bcf
|
11 years |
anton |
Add an audio transcoding example.
Signed-off-by: Anton Khirnov …
|
|
|
@92f0abb2
|
11 years |
diego |
build: Check for pod2man instead of perl for manual page generation
…
|
|
|
@4da3f410
|
11 years |
diego |
configure: Restore doc option to disable building the documentation
…
|
|
|
@dc80e2f7
|
11 years |
martin |
Makefile: Fix building programs on systems with a nonempty executable …
|
|
|
@c6080d89
|
11 years |
anton |
lavc: remove mp3_header_(de)compress bitstream filters
They mangle …
|
|
|
@1eaac1d6
|
11 years |
anton |
mpeg12dec: Extract CC user data into frame side data
Signed-off-by: …
|
|
|
@a16577d9
|
11 years |
anton |
MSN Audio support
This is essentially a MS GSM decoder extension that …
|
|
|
@56d061ce
|
11 years |
anton |
metasound: add last missing modes (8kHz @ 6kbps per channel)
…
|
|
|
@de44dfc7
|
11 years |
lu_zero |
vc1: Reset numref if fieldmode is not set
There are samples in the …
|
|
|
@5145ccf0
|
11 years |
diego |
aacsbr: Add some const casts to silence warnings in ff_sbr_apply()
|
|
|
@ab81f24a
|
11 years |
diego |
build: Integrate multilibrary examples into the build system
This …
|
|
|
@14abeaa4
|
11 years |
diego |
build: Separate building programs linking against libav* from building …
|
|
|
@09cd0a31
|
11 years |
martin |
doc: Add the host executable suffix for the print_options dependency
…
|
|
|
@dedfa00
|
11 years |
derek.buitenhuis |
build: Import makedef script from c99-to-c89
This allows MSVC 2013 …
|
|
|
@8f8bc92
|
11 years |
diego |
Add missing #includes for *INT64_MAX and *INT64_C
|
|
|
@0eeeb964
|
11 years |
diego |
mpegaudiodec: Consistently handle fixed/float templating
|
|
|
@48b24bd2
|
11 years |
diego |
ac3dec: Fix out-of-array read
Signed-off-by: Diego Biurrun …
|
|
|
@f187557a
|
11 years |
diego |
build: more fine-grained dependencies for documentation build tools
…
|
|
|
@6f270da6
|
11 years |
anton |
libschroedingerenc: do not assert on values from external libraries
…
|
|
|
@7671dd7c
|
11 years |
anton |
avconv: add support for VDPAU decoding
|
|
|
@07fd0a22
|
11 years |
anton |
avconv: add infrastructure for using hwaccels
|
|
|
@d4df0213
|
11 years |
diego |
ac3dec: Remove write-only channel_layout field from AC3DecodeContext
…
|
|
|
@b5328546
|
11 years |
diego |
ac3: implement request_channel_layout.
Signed-off-by: Diego Biurrun …
|
|
|
@c16bfb1
|
11 years |
diego |
swscale: x86: Consistently use lowercase function name suffixes
|
|
|
@56c23370
|
11 years |
martin |
hls: Avoid reading outside of the allocated array
CC: …
|
|
|
@8c929098
|
11 years |
martin |
hls: Check whether the AVIOContext contains a new redirected URL
This …
|
|
|
@be4edda6
|
11 years |
martin |
http: Expose the content location via an AVOption
Signed-off-by: …
|
|
|
@393d80cc
|
11 years |
martin |
http: Support relative URL redirection
In RFC 2616, this was …
|
|
|
@76267ecc
|
11 years |
martin |
http: Remove an unrelated and mistakenly set AVOption unit name
This …
|
|
|
@0ba8ba16
|
11 years |
diego |
aacps: Adjust some const qualifiers to suppress warnings
|
|
|
@430d1219
|
11 years |
anton |
pcx: round up in bits->bytes conversion in a buffer size check
Fixes …
|
|
|
@c918e08b
|
11 years |
anton |
truemotion1: make sure index does not go out of bounds
Fixes invalid …
|
|
|
@ce9bba53
|
11 years |
anton |
avidec: fix a memleak in the dv init code.
Found-by: Mateusz "j00ru" …
|
|
|
@de4ec97
|
11 years |
anton |
vc1: fix a memleak.
Happens on a B-frame when neither low_delay nor …
|
|
|
@ca41c72c
|
11 years |
anton |
motionpixels: clip VLC codes.
Fixes invalid reads.
Found-by: Mateusz …
|
|
|
@8b516f15
|
11 years |
anton |
matroskadec: use correct compression parameters for current track …
|
|
|
@30be1ea
|
11 years |
anton |
matroskadec: pad EBML_BIN data.
It might be passed to code requiring …
|
|
|
@f0259a58
|
11 years |
anton |
h264: check buffer size before accessing it
Fixes invalid reads. …
|
|
|
@1f3e56b
|
11 years |
anton |
gifdec: convert to bytestream2
|
|
|
@c453723a
|
11 years |
anton |
gifdec: check that the image dimensions are non-zero
Also add an …
|
|
|
@074c769d
|
11 years |
anton |
h264_cavlc: check the size of the intra PCM data.
Fixes invalid …
|
|
|