|
|
|
@e0a2e60c
|
10 years |
diego |
dct-test: Reuse enum idct_permutation_type instead of duplicating it
|
|
|
@913fa85a
|
10 years |
diego |
dct-test: Skip indirection for MMX IDCT permutation
|
|
|
@9e0b2991
|
10 years |
diego |
x86: dnxhdenc: Eliminate some unnecessary ifdefs
|
|
|
@b4edbe9a
|
10 years |
diego |
libgsm: Split decoder and encoder
Signed-off-by: Diego Biurrun …
|
|
|
@8b0dd494
|
10 years |
diego |
idctdsp: prettyprinting cosmetics
|
|
|
@b4987f72
|
10 years |
diego |
idct: Convert IDCT permutation #defines to an enum
Also rename the …
|
|
|
@c0de9159
|
10 years |
diego |
avdevice: Give names to anonymously typedeffed structs
Anonymous …
|
|
|
@24af1aa0
|
10 years |
diego |
fft: Convert FFT/MDCT permutation type #defines to enums
|
|
|
@746ad4e0
|
10 years |
diego |
dct-test: Improve CPU flags struct member name
|
|
|
@cb44b21d
|
10 years |
diego |
dct-test: Move cpu_flags variable out of global scope
|
|
|
@7e18a727
|
10 years |
martin |
arm: cosmetics: Consistently use lowercase for shift operators
…
|
|
|
@fe67f3fb
|
10 years |
martin |
arm: cosmetics: Fix a misaligned asm operand
Signed-off-by: Martin …
|
|
|
@5a272190
|
10 years |
martin |
armv6: Accelerate butterflies_float
I benchmarked the result by …
|
|
|
@5edad2c4
|
10 years |
martin |
armv6: Accelerate vector_fmul_window
I benchmarked the result by …
|
|
|
@87552d54
|
10 years |
martin |
armv6: Accelerate ff_fft_calc for general case (nbits != 4)
The …
|
|
|
@5c22e8e4
|
10 years |
martin |
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)
The …
|
|
|
@2d604443
|
10 years |
diego |
dsputil: Split motion estimation compare bits off into their own context
|
|
|
@a578b040
|
10 years |
martin |
configure: Assume runtime cpu detection on arm on --target-os=android …
|
|
|
@c23ce454
|
10 years |
diego |
x86: dsputil: Coalesce all init files
This makes the init files match …
|
|
|
@324ff594
|
10 years |
diego |
avpacket: Check for and return errors in ff_interleave_add_packet()
…
|
|
|
@2db953f8
|
10 years |
diego |
h264: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@a11ef610
|
10 years |
diego |
h264: Remove some commented-out, broken cruft
|
|
|
@adff0a81
|
10 years |
diego |
arm: dsputil: Coalesce all init files
|
|
|
@14b4e64e
|
10 years |
vittorio.giovara |
g2meet: allow size changes within original sizes
|
|
|
@f9900822
|
10 years |
martin |
fate: Use the correct, local path to samples for opus reference files
…
|
|
|
@acf9121
|
10 years |
diego |
x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection
The …
|
|
|
@a8552ee
|
10 years |
diego |
ppc: dsputil: Coalesce all init files
|
|
|
@6cc1409b
|
10 years |
diego |
examples/output: Remove unused variable
doc/examples/output.c:460:9: …
|
|
|
@1173320
|
10 years |
diego |
dsputil: Drop unused bit_depth parameter from all init functions
|
|
|
@df2aa222
|
10 years |
lu_zero |
mov: Clarify tkhd flag settings
|
|
|
@f9072969
|
10 years |
lu_zero |
mov: Do not group tracks if more than one is enabled per type
The …
|
|
|
@458e7c94
|
10 years |
anton |
hevc: implement pic_output_flag handling
Sample-Id: …
|
|
|
@f43789b7
|
10 years |
anton |
hevc: set the keyframe flag on output frames
Signed-off-by: Vittorio …
|
|
|
@1493b237
|
10 years |
anton |
hevc: Replace nal type chek with equivalent IS_IRAP macro
…
|
|
|
@17e9d52c
|
10 years |
anton |
hevc_ps: remove a write-only variable
|
|
|
@44386aaa
|
10 years |
diego |
cdg: Forward error from avio_size() in read_header() function
…
|
|
|
@5adcef9c
|
10 years |
martin |
mpegts: pass MpegTSContext ptr explicitly
AVFormatContext->priv_data …
|
|
|
@f46bb608
|
10 years |
diego |
dsputil: Split off pixel block routines into their own context
|
|
|
@0569a7e0
|
10 years |
vittorio.giovara |
hevc: parse display orientation SEI message
Signed-off-by: Vittorio …
|
|
|
@18e3d61e
|
10 years |
vittorio.giovara |
h264: parse display orientation SEI message
Signed-off-by: Vittorio …
|
|
|
@a54f03b
|
10 years |
vittorio.giovara |
display: add matrix flip api
|
|
|
@33a7b453
|
10 years |
vittorio.giovara |
doc: mention option to mix shared/static libraries
Signed-off-by: …
|
|
|
@0307cc2
|
10 years |
anton |
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Use it for …
|
|
|
@650d3840
|
10 years |
anton |
yuv4mpegenc: do not access AVCodecContext.coded_frame
Its contents …
|
|
|
@27c1f82f
|
10 years |
anton |
nsvdec: remove commented out cruft
|
|
|
@edb1af7c
|
10 years |
anton |
mov: free the dv demux context with avformat_free_context()
|
|
|
@a14b6165
|
10 years |
anton |
mtv: do not set sample_rate for video
|
|
|
@b8604a97
|
10 years |
anton |
oggparsecelt: do not set AVCodecContext.frame_size
It is supposed to …
|
|
|
@d5cf5afa
|
10 years |
anton |
adxdec: get rid of an avpriv function
The only thing the demuxer …
|
|
|
@f6ee61fb
|
10 years |
anton |
lavc: export DV profile API used by muxer/demuxer as public
|
|
|
@3f3232a3
|
10 years |
anton |
avconv: set the output stream timebase
This is required by the new API.
|
|
|
@c9c1265c
|
10 years |
anton |
avformat: update muxing doxy
The callers should now set the stream …
|
|
|
@abda15a9
|
10 years |
anton |
cdg: set the keyframe flag on the first packet
Bug-Id: 55
|
|
|
@18fb38fb
|
10 years |
martin |
mov: Remove a variable that is set but never used
This silences a …
|
|
|
@cf280ed0
|
10 years |
martin |
avplay: Handle pixel aspect ratio properly
This was broken (left …
|
|
|
@52a1c32c
|
10 years |
lu_zero |
nut: Use nut->version in the version range check
It was wrongly left …
|
|
|
@79fce1e
|
10 years |
martin |
arm: Avoid using the 'setend' instruction on ARMv7 and newer
This …
|
|
|
@3d90f27a
|
10 years |
anton |
avformat_new_stream: make the AVCodec parameter const
Signed-off-by: …
|
|
|
@d3cfd7af
|
10 years |
anton |
af_compand: make sure request_frame always outputs at least one frame
…
|
|
|
@a9aee08d
|
10 years |
diego |
dsputil: Split off FDCT bits into their own context
|
|
|
@1e9a93bf
|
10 years |
martin |
libfdk-aacdec: Decode the first AAC frame to reliably identify the …
|
|
|
@a863c97
|
10 years |
martin |
smoothstreamingenc: Fix a memory leak on errors
Signed-off-by: Martin …
|
|
|
@246f8695
|
10 years |
diego |
vmd: Split audio and video decoder
Signed-off-by: Diego Biurrun …
|
|
|
@3c650efb
|
10 years |
diego |
dsputil: Move draw_edges() to mpegvideoencdsp
|
|
|
@c1661484
|
10 years |
diego |
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
|
|
|
@8d686ca5
|
10 years |
diego |
dsputil: Split off *_8x8basis to a separate context
|
|
|
@a7985cfd
|
10 years |
diego |
audio_fifo: Split into a separate doxygen module
Signed-off-by: …
|
|
|
@d69243d3
|
10 years |
diego |
samplefmt: Add doxygen categories
Categorize the enum and functions …
|
|
|
@d690207
|
10 years |
diego |
dsicin: Split audio and video decoder
Signed-off-by: Diego Biurrun …
|
|
|
@2fc85fe9
|
10 years |
diego |
bmv: Split audio and video decoder
Signed-off-by: Diego Biurrun …
|
|
|
@b0633f83
|
10 years |
diego |
paf: split audio and video decoder
Signed-off-by: Diego Biurrun …
|
|
|
@373a6dda
|
10 years |
diego |
cljr: split decoder and encoder
Signed-off-by: Diego Biurrun …
|
|
|
@02a7a5e3
|
10 years |
diego |
vc1test: Check malloc call
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@77fc7b76
|
10 years |
diego |
vc1test: Return proper error codes
Signed-off-by: Diego Biurrun …
|
|
|
@86546109
|
10 years |
martin |
librtmp: Don't free the temp url at the end of rtmp_open
librtmp can …
|
|
|
@b0de1c76
|
10 years |
diego |
x86: build: Only compile FDCT code if MMX is enabled
All other files …
|
|
|
@12f129e5
|
10 years |
diego |
x86: Unconditionally compile blockdsp and svq1enc init files
This …
|
|
|
@00933130
|
10 years |
diego |
x86: huffyuvdsp: Move inline assembly to init file
This avoids a link …
|
|
|
@e0bfe34
|
10 years |
martin |
libfdk-aacdec: Reduce the default decoder delay by one frame
The …
|
|
|
@391ecc96
|
10 years |
diego |
x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase
|
|
|
@c6698dfe
|
10 years |
justin.ruggles |
webpdec: Fix decoding of the huffman group indices.
Per the …
|
|
|
@92798260
|
10 years |
anton |
id3v2enc: use a case-insensitive comparison for APIC picture type
|
|
|
@0955e57
|
10 years |
diego |
daud: split muxer and demuxer
Signed-off-by: Diego Biurrun …
|
|
|
@f920d089
|
10 years |
martin |
ismindex: Add an option for outputting files elsewhere than in the …
|
|
|
@6bc4934b
|
10 years |
martin |
ismindex: Allow adding a path prefix to the generated .ism file
This …
|
|
|
@cdab9db
|
10 years |
vittorio.giovara |
lavf: document av_dump_format()
|
|
|
@df949b64
|
10 years |
vittorio.giovara |
hevc: Use the local context variable when needed
|
|
|
@98569d89
|
10 years |
martin |
matroskadec: Fix a double negation typo
This typo has existed since …
|
|
|
@48e64324
|
10 years |
lu_zero |
matroska: Factor out mkv_write_stereo_mode
|
|
|
@b75a1f98
|
10 years |
lu_zero |
matroska: Factor out write_track from mkv_write_tracks
|
|
|
@f1f6156b
|
10 years |
lu_zero |
matroska: K&R formatting cosmetics
|
|
|
@d0449e75
|
10 years |
diego |
vaapi: Update idct_permutation location after dsputil/idctdsp split
|
|
|
@20f95f21
|
10 years |
martin |
mov: Support default-base-is-moof.
default-base-is-moof shall be set …
|
|
|
@79793f83
|
10 years |
diego |
Update Fiona's name in copyright statements.
|
|
|
@e3fcb143
|
10 years |
diego |
dsputil: Split off IDCT bits into their own context
|
|
|
@adcb8392
|
10 years |
diego |
mjpeg: Split off bits shared by MJPEG and LJPEG encoders
This …
|
|
|
@253d0be6
|
10 years |
anton |
pgssubdec: handle more complex PGS scenarios
Add ability to handle …
|
|
|
@7b0c7c91
|
10 years |
martin |
arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit …
|
|
|
@39975acc
|
10 years |
vittorio.giovara |
rtpenc_jpeg: check for color_range too
|
|
|
@f134b5e
|
10 years |
vittorio.giovara |
apichanges: fill in changes for lavu 51.19 and 51.20
|
|
|