|
|
|
@2183432e
|
11 years |
vittorio.giovara |
mdec: set color_range
|
|
|
@1c1fbc70
|
11 years |
vittorio.giovara |
mjpeg: set color_range
|
|
|
@6612a03d
|
11 years |
vittorio.giovara |
fraps: set color_range
|
|
|
@5b1b91cf
|
11 years |
vittorio.giovara |
tiff: Support rgba encoding
|
|
|
@6d78e852
|
11 years |
vittorio.giovara |
img2: add j2c file extension
Some applications use the j2c extension …
|
|
|
@58c21596
|
11 years |
vittorio.giovara |
raw, nut: Support rgba64 encoding
|
|
|
@cccac765
|
11 years |
vittorio.giovara |
png: Support rgb48 and rgba64 encoding
|
|
|
@c598b569
|
11 years |
vittorio.giovara |
png: K&R formatting cosmetics
|
|
|
@f7518f1a
|
11 years |
vittorio.giovara |
codec_desc: update dvaudio tag
|
|
|
@6d7b22fb
|
11 years |
vittorio.giovara |
isom: fix C99-style declaration
|
|
|
@1481d24c
|
11 years |
vittorio.giovara |
RGBA64 pixel formats
Signed-off-by: Vittorio Giovara …
|
|
|
@d24e9a99
|
11 years |
vittorio.giovara |
h264 does not depend on mpegvideo any more
|
|
|
@7245a0ae
|
11 years |
vittorio.giovara |
mpegvideo: remove h264-only fields
|
|
|
@be039278
|
11 years |
vittorio.giovara |
mpegvideo: move ff_draw_horiz_band() to mpegutils.c
Drop the …
|
|
|
@e0c16e4e
|
11 years |
vittorio.giovara |
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
|
|
|
@136034d8
|
11 years |
vittorio.giovara |
h264: Remove MotionEstContext and move the relevant fields to …
|
|
|
@e3c2d0f3
|
11 years |
vittorio.giovara |
h264: Replace mpegvideo-specific MAX_THREADS by private define
|
|
|
@5d1c2e53
|
11 years |
vittorio.giovara |
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
|
|
|
@9b749c82
|
11 years |
vittorio.giovara |
h264: move relevant fields from Picture to H264Picture
|
|
|
@d66e305b
|
11 years |
vittorio.giovara |
er: move relevant fields from Picture to ERPicture
This is done to …
|
|
|
@1c79b162
|
11 years |
vittorio.giovara |
h264: directly use frames in ff_h264_draw_horiz_band()
|
|
|
@75af13a0
|
11 years |
vittorio.giovara |
mpegvideo: directly use frames in ff_draw_horiz_band()
|
|
|
@3b1c9eb0
|
11 years |
martin |
aacdec: Lower the number of frames required to detect ADTS
For live …
|
|
|
@0412cb67
|
11 years |
martin |
aacdec: Don't count probed ADTS frames if there are false positives
…
|
|
|
@a84c8af0
|
11 years |
anton |
FATE: add a test for the ONE_STR mapping mode of the channelmap filter
|
|
|
@e8436126
|
11 years |
anton |
af_channelmap: fix ONE_STR mapping mode
get_channel() returns 0 on …
|
|
|
@8f629a98
|
11 years |
anton |
isom: convert mp4 dvdsub extradata to vobsub format
mp4 files …
|
|
|
@f2097792
|
11 years |
vittorio.giovara |
codec_desc: group image codecs together
|
|
|
@d42ea067
|
11 years |
vittorio.giovara |
codec_desc: add missing .long_name
|
|
|
@999d31d3
|
11 years |
vittorio.giovara |
codec_desc: K&R formatting cosmetics
|
|
|
@7a650caf
|
11 years |
diego |
configure: Split some logical blocks off from HAVE_LIST
|
|
|
@d0adf55c
|
11 years |
diego |
configure: Split some logical blocks off from CONFIG_LIST
|
|
|
@07ea8a7e
|
11 years |
diego |
configure: Group and sort function/struct/type checks
Group checks …
|
|
|
@36b822b
|
11 years |
diego |
arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 …
|
|
|
@afdf9468
|
11 years |
vittorio.giovara |
aac: K&R formatting cosmetics
Signed-off-by: Vittorio Giovara …
|
|
|
@2e708f17
|
11 years |
vittorio.giovara |
ljpeg: fix duplicated pixel format entry
|
|
|
@eb2b8bc
|
11 years |
diego |
bfin: Use more sensible file names
Drop non-informative _bfin suffix, …
|
|
|
@929ec39e
|
11 years |
diego |
bfin: hpeldsp: Split no_rnd pixel operations off into a separate file
…
|
|
|
@a7cc4ac9
|
11 years |
diego |
bfin: dsputil: Unconditionally compile hpel pixels code
The functions …
|
|
|
@13ae97b2
|
11 years |
diego |
bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistency
|
|
|
@bbf0ef57
|
11 years |
diego |
bfin: Move all assembly declarations only used within one .c file …
|
|
|
@80173c71
|
11 years |
diego |
bfin: hpeldsp: K&R formatting cosmetics
|
|
|
@da785231
|
11 years |
diego |
bfin: Refactor duplicated assembly-related macros
|
|
|
@e99af2a
|
11 years |
diego |
bfin: Refactor duplicated l1_text/l1_data_B macros
|
|
|
@a3e75626
|
11 years |
diego |
bfin: dsputil: K&R formatting cosmetics
Also add a few #endif comments.
|
|
|
@1e33095b
|
11 years |
diego |
bfin: dsputil: Drop broken and trivial profiling code
|
|
|
@f5f09976
|
11 years |
diego |
bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bits
They were …
|
|
|
@14efbe6
|
11 years |
diego |
bfin: dsputil: Drop broken vsad bits
They were marked as broken and …
|
|
|
@671c878
|
11 years |
diego |
bfin: dsputil: Remove unused global variable
|
|
|
@db3f61a0
|
11 years |
diego |
x86: dsputil_init: Drop some unnecessary parentheses
|
|
|
@441b0939
|
11 years |
diego |
x86: dsputil_init: K&R formatting cosmetics
|
|
|
@4cb4680c
|
11 years |
diego |
x86: dsputil_x86.h: K&R formatting cosmetics
|
|
|
@f8bbebec
|
11 years |
diego |
x86: motion_est: K&R formatting cosmetics
|
|
|
@a36947c1
|
11 years |
diego |
dsputilenc_mmx: K&R formatting cosmetics
|
|
|
@38675229
|
11 years |
diego |
dsputil_mmx: K&R formatting cosmetics
|
|
|
@6a8b35dc
|
11 years |
diego |
dsputilenc_mmx: Merge two assignment blocks with identical conditions
|
|
|
@945673f7
|
11 years |
diego |
dsputil_template: K&R formatting cosmetics
|
|
|
@acd2b8e4
|
11 years |
diego |
rnd_avg.h: K&R formatting cosmetics
|
|
|
@05563cca
|
11 years |
diego |
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl …
|
|
|
@635ec127
|
11 years |
diego |
dsputil: Merge variable declarations and initializations
|
|
|
@bb12c2e9
|
11 years |
diego |
dsputil: K&R formatting cosmetics
|
|
|
@503dda7d
|
11 years |
diego |
dsputil.h: K&R formatting cosmetics
|
|
|
@8199bb7b
|
11 years |
diego |
dsputil.h: Clean up comments
|
|
|
@0a8f91b1
|
11 years |
diego |
dsputil: Remove disabled avg_no_rnd_qpel leftovers
|
|
|
@55519926
|
11 years |
diego |
x86: Make function prototype comments in assembly code consistent
…
|
|
|
@edd1f833
|
11 years |
diego |
x86: h264_idct_10_bit: Use proper type in function prototype comments
|
|
|
@831a1180
|
11 years |
diego |
Update dsputil- and SIMD-related comments to match reality more closely
|
|
|
@d1184b81
|
11 years |
diego |
arm: dsputil: Add a bunch of missing #includes
|
|
|
@17608f6e
|
11 years |
diego |
x86: Add some more missing headers
|
|
|
@fd9e2221
|
11 years |
diego |
ppc: Add some missing headers
|
|
|
@ed9625eb
|
11 years |
diego |
dsputil: Move intreadwrite.h #include from header file to .c files
|
|
|
@9103185b
|
11 years |
diego |
dsputil: Drop ff_check_alignment() function
The function is supposed …
|
|
|
@49676eb7
|
11 years |
diego |
dsputil: Remove prototypes for nonexisting optimization functions
|
|
|
@08dba0e1
|
11 years |
diego |
x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCT
|
|
|
@b4dd424
|
11 years |
diego |
Remove all SPARC architecture optimizations
SPARC is no longer being …
|
|
|
@d6096a67
|
11 years |
diego |
Remove all SH4 architecture optimizations
SH4 has been end-of-lifed …
|
|
|
@bbb64356
|
11 years |
diego |
build: Record dependency of eatqi decoder on dsputil
|
|
|
@b5f112d8
|
11 years |
diego |
configure: Add explicit dsputil dependency to mpegvideoenc
…
|
|
|
@cd832f03
|
11 years |
diego |
ffv1: Drop bogus dependency on dsputil
ffv1 does not use any part of …
|
|
|
@0e29c5e1
|
11 years |
diego |
build: Drop stray LPC dependency on dsputil
|
|
|
@6cd76e54
|
11 years |
diego |
build: Drop stray MJPEG encoder dependency on dsputil
|
|
|
@9ecf1b62
|
11 years |
diego |
build: Drop stray MLP decoder dependency on dsputil
|
|
|
@7d7be44f
|
11 years |
diego |
build: Drop stray PNG decoder dependency on dsputil
|
|
|
@88b24064
|
11 years |
diego |
build: Drop stray mpc8 decoder dependency on dsputil
|
|
|
@fb9a5bdc
|
11 years |
siretart |
Prepare for 11_alpha1 Release
|
|
|
@81498ce
|
11 years |
lu_zero |
avconv: Match stream id
Quite useful to select by pid in MPEG-TS.
|
|
|
@6998a9f4
|
11 years |
lu_zero |
http: Properly initialize icy headers string
The icy_metadata_headers …
|
|
|
@d15c5361
|
11 years |
martin |
doc: Point to the correct, actually maintained gas-preprocessor repo
…
|
|
|
@5a7f382
|
11 years |
janne-libav |
armv6: vp8: use explicit labels in motion compensation asm
The …
|
|
|
@aa807425
|
11 years |
vittorio.giovara |
configure: Support older version of openjpeg1
It should work best for …
|
|
|
@b4e355c8
|
11 years |
vittorio.giovara |
copy_block: K&R formatting cosmetics
|
|
|
@b3c6ee19
|
11 years |
diego |
configure: Group toolchain options together in help output
|
|
|
@e77a2ea9
|
11 years |
martin |
http: Declare more parameters as const where possible
Signed-off-by: …
|
|
|
@2572d07c
|
11 years |
lu_zero |
http: Allow setting a Content-Type for POST requests
Signed-off-by: …
|
|
|
@fe568b3
|
11 years |
lu_zero |
http: Improve options descriptions
Add documentation where missing.
…
|
|
|
@ab76d9f6
|
11 years |
lu_zero |
http: Always allow no-op seek
This also allows checking stream …
|
|
|
@2ec33d27
|
11 years |
lu_zero |
http: Add support for selecting a request range
Comment from Reimar …
|
|
|
@ddfc989
|
11 years |
lu_zero |
http: Support setting custom User-Agent
Contextually make the default …
|
|
|
@e58c85b0
|
11 years |
lu_zero |
http: Export Content-Type information
Bug-Id: …
|
|
|
@8075c3d8
|
11 years |
lu_zero |
http: Add support reading ICY metadata
Export the metadata as a …
|
|
|