|
|
|
@08152f2d
|
10 years |
michaelni |
ffprobe: Add Support to print information about …
|
|
|
@2a3270b6
|
10 years |
michaelni |
ffprobe: add writer_print_integers() to allow printing formated 1d and …
|
|
|
@db4649dd
|
10 years |
michaelni |
Merge commit '3080b0497ddf8549d86ee99b79ac0c15f44ee382'
* commit …
|
|
|
@a1acae04
|
10 years |
michaelni |
ffmpeg_opt: remove rotate metadata in case of autorotate
…
|
|
|
@f5b26fbc
|
10 years |
michaelni |
Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2'
* commit …
|
|
|
@deedf3e5
|
10 years |
michaelni |
Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37'
* commit …
|
|
|
@e874772f
|
10 years |
michaelni |
Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5'
* commit …
|
|
|
@94f4bdc4
|
10 years |
michaelni |
configure: add forgotten avcodec/avformat deps for find/cover_rect
…
|
|
|
@61b4ab18
|
10 years |
michaelni |
avfilter: Add cover_rect filter
Signed-off-by: Michael Niedermayer …
|
|
|
@94340e4b
|
10 years |
michaelni |
avfilter: add find_rect filter
Signed-off-by: Michael Niedermayer …
|
|
|
@3080b049
|
10 years |
martin |
avprobe: Support writing arrays of integers without keys
…
|
|
|
@16302246
|
10 years |
martin |
avconv: Add an option for automatically rotating video according to …
|
|
|
@e2d50fc2
|
10 years |
martin |
avplay: Add support for rotated video
This is enabled by default, but …
|
|
|
@21180b73
|
10 years |
martin |
avplay: Factorize code for adding filters to the filter pipeline
…
|
|
|
@4e8ee7ac
|
10 years |
michaelni |
libavcodec/svq3: clarify unknown_flag by renaming to has_watermark
…
|
|
|
@dc4a6e4d
|
10 years |
michaelni |
avfilter/vf_libopencv: Make ocv_filter_entries const
Signed-off-by: …
|
|
|
@536b42e8
|
10 years |
michaelni |
avutil/cast5: Make iv array static
Signed-off-by: Michael Niedermayer …
|
|
|
@156f64bd
|
10 years |
michaelni |
avutil/cast5: Mark key_bits as const
Signed-off-by: Michael …
|
|
|
@dfc0708
|
10 years |
michaelni |
avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_perm
The table …
|
|
|
@270e647
|
10 years |
michaelni |
avcodec/x86/dct-test: Make static table const
Signed-off-by: Michael …
|
|
|
@c1872172
|
10 years |
michaelni |
avformat/matroskadec: Mark static tables as const
Signed-off-by: …
|
|
|
@71b69df6
|
10 years |
michaelni |
lavf/http: support HTTPS when listening
Signed-off-by: Michael …
|
|
|
@61976727
|
10 years |
michaelni |
avcodec/svq3: Print unknown fields at debug level
Signed-off-by: …
|
|
|
@d56245f7
|
10 years |
michaelni |
Merge remote-tracking branch 'rbultje/vp9-profile1-wip'
* …
|
|
|
@c8de8f7e
|
10 years |
michaelni |
Merge commit '3ecb82dd4110108244373f007710df4c2ae572b6'
* commit …
|
|
|
@9aff7d41
|
10 years |
michaelni |
Merge commit '6503cbf842a026faec517eb980551089168c7d8a'
* commit …
|
|
|
@3ecb82dd
|
10 years |
vittorio.giovara |
dnxhddec: Fix pixel format change
Regression introduced in …
|
|
|
@6503cbf8
|
10 years |
vittorio.giovara |
ffv1enc: Add const attribute to input frame
warning: assigning to …
|
|
|
@c9ac9adb
|
10 years |
michaelni |
avcodec/h264: Remove failure on data partitioning
decode all NAL …
|
|
|
@b005d097
|
10 years |
rsbultje |
vp9: add fate test for 422.
Sample available at: …
|
|
|
@6f63bdb
|
10 years |
rsbultje |
vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.
|
|
|
@7126c80
|
10 years |
rsbultje |
vp9: add yuv440 fate test.
Sample available at: …
|
|
|
@2a7d7bef
|
10 years |
rsbultje |
vp9: fix mask_edges and filter_plane_rows/cols() for 440.
|
|
|
@cf62f2d2
|
10 years |
rsbultje |
vp9: more specifically specify mask destination to mask_edges().
|
|
|
@f052ea6b
|
10 years |
rsbultje |
vp9: add fate test for profile 1 444.
Sample available at: …
|
|
|
@e4f77e62
|
10 years |
rsbultje |
vp9: don't create special u/v filter masks for 444.
This fixes …
|
|
|
@afa9d00b
|
10 years |
rsbultje |
vp9: merge uv loopfilter code into generic filter_plane_rows/cols().
|
|
|
@ba59a5ec
|
10 years |
rsbultje |
vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().
|
|
|
@844799b0
|
10 years |
rsbultje |
vp9: invert order of two conditions.
This makes it equal to row-based …
|
|
|
@d382cc0f
|
10 years |
rsbultje |
vp9: use correct chroma subsampling for profile 1 inter block recon.
|
|
|
@d2aa6f65
|
10 years |
rsbultje |
vp9: use correct chroma subsampling for profile 1 intra block recon.
|
|
|
@ed3e0cc7
|
10 years |
rsbultje |
vp9: take chroma subsampling into account when walking the block tree.
|
|
|
@6019002f
|
10 years |
rsbultje |
vp9: support non-420 chroma subsampling for profile 1 token decoding.
|
|
|
@2d0bea47
|
10 years |
rsbultje |
vp9: increase buffer sizes for non-420 chroma subsamplings.
|
|
|
@a03b057e
|
10 years |
rsbultje |
vp9: profile 1 header decoding.
|
|
|
@02001ada
|
10 years |
michaelni |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and …
|
|
|
@3cd666cf
|
10 years |
michaelni |
avcodec/svq3: Fix memleak of last_pic_for_ec
Found-by: jamrial …
|
|
|
@e015314
|
10 years |
michaelni |
avformat/mpegts: Detect changes in packet through CRC instead of just …
|
|
|
@4b6be54b
|
10 years |
michaelni |
avformat/mpegts: reset last_ver on corrupted packets
Signed-off-by: …
|
|
|
@4e8d01f2
|
10 years |
michaelni |
avformat/mpegts: Factorize version checking code out
Signed-off-by: …
|
|
|
@ccb8f674
|
10 years |
michaelni |
lavf/webm_chunk: Fix a memory leak.
Fix a duplicate memory …
|
|
|
@5935513c
|
10 years |
michaelni |
vp9: fix show-existing-frames for multi-threading.
This also fixes …
|
|
|
@39fbb27e
|
10 years |
James |
avutil/softfloat_tables: add missing stdint.h include
Fixes make …
|
|
|
@7ad528cf
|
10 years |
michaelni |
Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'
* commit …
|
|
|
@f5c5aa96
|
10 years |
michaelni |
Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641'
* commit …
|
|
|
@dc83733f
|
10 years |
michaelni |
Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b'
* commit …
|
|
|
@e2784a1d
|
10 years |
michaelni |
lavf/webm_chunk: Use dyn_buf to write chunks
Use dyn_duf to write …
|
|
|
@1fae2683
|
10 years |
michaelni |
libavutil/softfloat: Add functions.
Functions av_gt_sf, av_sqrt_sf …
|
|
|
@7bab2814
|
10 years |
michaelni |
libavutil/softfloat: Added av_normalize_sf in av_add_sf
This will …
|
|
|
@a1c7fe43
|
10 years |
michaelni |
libavutil/softfloat: exponent adjusted for aac fixed point dec
…
|
|
|
@06f4b1e3
|
10 years |
lu_zero |
avplay: Do not print a possibly uninitialized value
Initialize diff …
|
|
|
@e8c4db0d
|
10 years |
lu_zero |
xcbgrab: Validate the capture area
And notify why the capture is …
|
|
|
@82a10225
|
10 years |
lu_zero |
xcbgrab: Do not assume the non shm image data is always available
…
|
|
|
@d2184bf3
|
10 years |
michaelni |
avfilter/lavfutils: disable frame threads when decoding a single image …
|
|
|
@2025e803
|
10 years |
michaelni |
avformat/mov: Do not read ACLR into extradata for H.264
Fixes …
|
|
|
@f8fa392a
|
10 years |
michaelni |
avfilter/vf_vignette: force per frame evaluation if per frame …
|
|
|
@828759ed
|
10 years |
michaelni |
avcodec/cook: Remove unneeded #if
The code is already doing nothing …
|
|
|
@14e9a200
|
10 years |
michaelni |
avformat/mpegts: Also parse the FMC descriptor if the codec has not …
|
|
|
@8a710dd
|
10 years |
michaelni |
avcodec/libx264: Remove cleanup code, its uneeded since …
|
|
|
@e80b2b9c
|
10 years |
michaelni |
avcodec/dca_parser: Extend DTS core sync word and fix existing check
…
|
|
|
@50e46b7f
|
10 years |
michaelni |
Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'
* commit …
|
|
|
@36f862e0
|
10 years |
michaelni |
Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'
* commit …
|
|
|
@07a79cf8
|
10 years |
michaelni |
Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'
* commit …
|
|
|
@4a95cd5d
|
10 years |
michaelni |
avcodec/h264_slice: Also copy x264_build in …
|
|
|
@bd7dce59
|
10 years |
michaelni |
Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'
* commit …
|
|
|
@cc87493f
|
10 years |
michaelni |
Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'
* commit …
|
|
|
@51f7ba9c
|
10 years |
michaelni |
Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'
* commit …
|
|
|
@16b90d0b
|
10 years |
michaelni |
Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'
* commit …
|
|
|
@1aa3a0f4
|
10 years |
michaelni |
Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'
* commit …
|
|
|
@d3a5dba8
|
10 years |
michaelni |
Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'
* commit …
|
|
|
@ab7ad5e6
|
10 years |
michaelni |
Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'
* commit …
|
|
|
@580c8692
|
10 years |
michaelni |
Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f'
* commit …
|
|
|
@cd63252f
|
10 years |
michaelni |
Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'
* commit …
|
|
|
@e8a46067
|
10 years |
michaelni |
Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'
* commit …
|
|
|
@0d5e615c
|
10 years |
michaelni |
Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'
* commit …
|
|
|
@a09c499
|
10 years |
anton |
rawenc: properly allocate coded_frame
|
|
|
@a0f29460
|
10 years |
anton |
h264: use properly allocated AVFrames
|
|
|
@7a4f74ee
|
10 years |
anton |
h264: embed the DPB in the context
It now has a fixed size and is …
|
|
|
@88c612e
|
10 years |
anton |
h264: merge the init and reinit paths in update_thread_context()
…
|
|
|
@8a66fd40
|
10 years |
anton |
h264: drop the reinit parameter from init_slice_header()
It is only …
|
|
|
@c9ccbc73
|
10 years |
anton |
h264: update the current bit depth/chroma type in init_slice_header()
…
|
|
|
@29dcde2
|
10 years |
anton |
h264: copy nal_length_size in update_thread_context
It does not make …
|
|
|
@440e8dd3
|
10 years |
anton |
h264: drop a comment that carries no useful information
|
|
|
@11f024ef
|
10 years |
anton |
h264: move freeing the escaped RBSP buffer to free_context()
It does …
|
|
|
@ee62b364
|
10 years |
anton |
h264: eliminate ff_h264_set_parameter_from_sps()
That function …
|
|
|
@54986d6d
|
10 years |
anton |
h264: move context reinit lower down in update_thread_context()
It …
|
|
|
@a6cd1544
|
10 years |
anton |
h264: move the DPB init/uninit to init_context()/free_context()
…
|
|
|
@9d33bab5
|
10 years |
anton |
h264: drop H264Context.ouputed_poc
It is only set, but never used for …
|
|
|
@27b0e6eb
|
10 years |
anton |
h264: drop needs_realloc
It is not needed anymore since switching to …
|
|
|
@215430e0
|
10 years |
michaelni |
Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce'
* commit …
|
|
|