|
|
|
@c9ca220e
|
11 years |
anton |
ac3dec: make drc_scale exponentially
The a52 spec suggests that …
|
|
|
@37a7490
|
11 years |
anton |
lavc: rework handling of refcounted_frames=0
Use only proper AVFrame …
|
|
|
@df7aba5
|
11 years |
anton |
frame: cosmetics, reindent
|
|
|
@c342132f
|
11 years |
anton |
frame: copy flags in av_frame_copy_props()
Flags can be considered …
|
|
|
@a1ee1648
|
11 years |
anton |
lavc/decode_video(): always unref the frame if there is no output in …
|
|
|
@85f947ae
|
11 years |
anton |
lavc: remove a pointless check in decode_audio4()
av_frame_unref() …
|
|
|
@d4f0f2d1
|
11 years |
anton |
lavc: use buf[0] instead of data[0] as the indicator of an allocated …
|
|
|
@e5419709
|
11 years |
anton |
lavc: remove the extended_data workarounds.
All decoders should now …
|
|
|
@d351ef47
|
11 years |
anton |
pthread_frame: use the AVFrame API properly.
Remove the extended_data …
|
|
|
@b605b123
|
11 years |
anton |
mxpegdec: use the AVFrame API properly.
|
|
|
@afa21a12
|
11 years |
anton |
p*menc: use the AVFrame API properly.
|
|
|
@e2274aa5
|
11 years |
anton |
mjpegdec: use the AVFrame API properly.
|
|
|
@f0b234ab
|
11 years |
anton |
avformat: AviSynth demuxer rewrite
Directly loads AviSynth through …
|
|
|
@19c20a0a
|
11 years |
diego |
configure: Move adding of compat objects out of libc detection
|
|
|
@4958f35a
|
11 years |
diego |
dsputil: Move apply_window_int16 to ac3dsp
The (optimized) functions …
|
|
|
@120797e2
|
11 years |
diego |
configure: Separate MinGW32 and MinGW64 libc handling
|
|
|
@9aa053ce
|
11 years |
diego |
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0
…
|
|
|
@b6a97199
|
11 years |
lu_zero |
dcadec: Decode LFE to avoid adding random data when downmixing with …
|
|
|
@d085f80f
|
11 years |
justin.ruggles |
webp: add a special case for a huffman table with only 1 symbol
The …
|
|
|
@f51e3a19
|
11 years |
justin.ruggles |
webp: do not call av_frame_free() on the user-provided frame
Fixes …
|
|
|
@b73a8922
|
11 years |
anton |
ljpegenc: split yuv encoding into a separate function
|
|
|
@fa44768
|
11 years |
anton |
ljpegenc: split bgr encoding into a separate function
|
|
|
@daffed3b
|
11 years |
anton |
ljpegenc: accept bgr24 instead of bgra
The alpha plane is not encoded.
|
|
|
@0cdbc4d3
|
11 years |
anton |
ljpegenc: rename the encoding function.
The new name is more …
|
|
|
@72c0b8f
|
11 years |
anton |
ljpeg: remove a commented-out line
|
|
|
@24abd806
|
11 years |
anton |
ljpegenc: deMpegEncContextize
The encoder uses almost none of the …
|
|
|
@86eb2eaa
|
11 years |
anton |
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()
This …
|
|
|
@3360ad99
|
11 years |
anton |
mjpegenc: do not pass MpegEncContext to …
|
|
|
@058d5f2f
|
11 years |
anton |
mjpegenc: do not pass MpegEncContext to …
|
|
|
@6d70639c
|
11 years |
anton |
mjpegenc: do not pass MpegEncContext to jpeg_table_header()
Pass the …
|
|
|
@e1eaaec7
|
11 years |
anton |
mjpegenc: remove commented out never-to-be-finished WIP cruft
|
|
|
@ff506c75
|
11 years |
anton |
mjpegenc: do not pass MpegEncContext to put_huffman_table()
It only …
|
|
|
@a1ba1f20
|
11 years |
anton |
mjpegenc: cosmetics, reformat jpeg_put_comments()
|
|
|
@0812f5a4
|
11 years |
anton |
mjpegenc: write the JFIF header if the sample aspect ratio is set
…
|
|
|
@66499f3
|
11 years |
anton |
mpegvideo: do not set current_picture_ptr in decoders
This code was …
|
|
|
@58a86896
|
11 years |
anton |
FATE: drop the last partial frame in the wmv8-drm test
This has …
|
|
|
@ac1fc92
|
11 years |
anton |
vc1dec: move setting repeat_pict after frame_start() has been called.
…
|
|
|
@282c6a1a
|
11 years |
anton |
mpegvideo: make ff_release_unused_pictures() static
It is only called …
|
|
|
@c99307ca
|
11 years |
anton |
mpegvideo: make frame_size_alloc() static.
It is not called from …
|
|
|
@0b0a7a75
|
11 years |
anton |
mpegvideo: move encode-only parts of common_end() to encode_end()
|
|
|
@d0d111d
|
11 years |
anton |
mpegvideo: remove commented out cruft from ff_MPV_frame_end()
|
|
|
@381a7225
|
11 years |
anton |
mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a …
|
|
|
@b7254288
|
11 years |
anton |
mpegvideo: do not update last_non_b_pict_type in …
|
|
|
@1f8eb690
|
11 years |
anton |
mpegvideo: move encoding-only initialization from common_init() to …
|
|
|
@bedf952b
|
11 years |
anton |
mpegvideo: move setting encoding-only vars from common_defaults() to …
|
|
|
@2cab011f
|
11 years |
anton |
mpegvideo: don't copy input_picture_number in update_thread_context()
…
|
|
|
@ff7ffe48
|
11 years |
anton |
mpeg4videodec: move showed_packed_warning from MpegEncContext to …
|
|
|
@f7d22867
|
11 years |
anton |
mpeg4videodec: move intra_dc_threshold from MpegEncContext to …
|
|
|
@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 …
|
|
|