source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e015314   10 years michaelni avformat/mpegts: Detect changes in packet through CRC instead of just …
(edit) @4b6be54b   10 years michaelni avformat/mpegts: reset last_ver on corrupted packets Signed-off-by: …
(edit) @4e8d01f2   10 years michaelni avformat/mpegts: Factorize version checking code out Signed-off-by: …
(edit) @ccb8f674   10 years michaelni lavf/webm_chunk: Fix a memory leak. Fix a duplicate memory …
(edit) @5935513c   10 years michaelni vp9: fix show-existing-frames for multi-threading. This also fixes …
(edit) @39fbb27e   10 years James avutil/softfloat_tables: add missing stdint.h include Fixes make …
(edit) @7ad528cf   10 years michaelni Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e' * commit …
(edit) @f5c5aa96   10 years michaelni Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' * commit …
(edit) @dc83733f   10 years michaelni Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b' * commit …
(edit) @e2784a1d   10 years michaelni lavf/webm_chunk: Use dyn_buf to write chunks Use dyn_duf to write …
(edit) @1fae2683   10 years michaelni libavutil/softfloat: Add functions. Functions av_gt_sf, av_sqrt_sf …
(edit) @7bab2814   10 years michaelni libavutil/softfloat: Added av_normalize_sf in av_add_sf This will …
(edit) @a1c7fe43   10 years michaelni libavutil/softfloat: exponent adjusted for aac fixed point dec …
(edit) @06f4b1e3   10 years lu_zero avplay: Do not print a possibly uninitialized value Initialize diff
(edit) @e8c4db0d   10 years lu_zero xcbgrab: Validate the capture area And notify why the capture is …
(edit) @82a10225   10 years lu_zero xcbgrab: Do not assume the non shm image data is always available …
(edit) @d2184bf3   10 years michaelni avfilter/lavfutils: disable frame threads when decoding a single image …
(edit) @2025e803   10 years michaelni avformat/mov: Do not read ACLR into extradata for H.264 Fixes …
(edit) @f8fa392a   10 years michaelni avfilter/vf_vignette: force per frame evaluation if per frame …
(edit) @828759ed   10 years michaelni avcodec/cook: Remove unneeded #if The code is already doing nothing …
(edit) @14e9a200   10 years michaelni avformat/mpegts: Also parse the FMC descriptor if the codec has not …
(edit) @8a710dd   10 years michaelni avcodec/libx264: Remove cleanup code, its uneeded since …
(edit) @e80b2b9c   10 years michaelni avcodec/dca_parser: Extend DTS core sync word and fix existing check …
(edit) @50e46b7f   10 years michaelni Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8' * commit …
(edit) @36f862e0   10 years michaelni Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' * commit …
(edit) @07a79cf8   10 years michaelni Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819' * commit …
(edit) @4a95cd5d   10 years michaelni avcodec/h264_slice: Also copy x264_build in …
(edit) @bd7dce59   10 years michaelni Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f' * commit …
(edit) @cc87493f   10 years michaelni Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524' * commit …
(edit) @51f7ba9c   10 years michaelni Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623' * commit …
(edit) @16b90d0b   10 years michaelni Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba' * commit …
(edit) @1aa3a0f4   10 years michaelni Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9' * commit …
(edit) @d3a5dba8   10 years michaelni Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849' * commit …
(edit) @ab7ad5e6   10 years michaelni Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6' * commit …
(edit) @580c8692   10 years michaelni Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f' * commit …
(edit) @cd63252f   10 years michaelni Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7' * commit …
(edit) @e8a46067   10 years michaelni Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98' * commit …
(edit) @0d5e615c   10 years michaelni Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3' * commit …
(edit) @a09c499   10 years anton rawenc: properly allocate coded_frame
(edit) @a0f29460   10 years anton h264: use properly allocated AVFrames
(edit) @7a4f74ee   10 years anton h264: embed the DPB in the context It now has a fixed size and is …
(edit) @88c612e   10 years anton h264: merge the init and reinit paths in update_thread_context() …
(edit) @8a66fd40   10 years anton h264: drop the reinit parameter from init_slice_header() It is only …
(edit) @c9ccbc73   10 years anton h264: update the current bit depth/chroma type in init_slice_header() …
(edit) @29dcde2   10 years anton h264: copy nal_length_size in update_thread_context It does not make …
(edit) @440e8dd3   10 years anton h264: drop a comment that carries no useful information
(edit) @11f024ef   10 years anton h264: move freeing the escaped RBSP buffer to free_context() It does …
(edit) @ee62b364   10 years anton h264: eliminate ff_h264_set_parameter_from_sps() That function …
(edit) @54986d6d   10 years anton h264: move context reinit lower down in update_thread_context() It …
(edit) @a6cd1544   10 years anton h264: move the DPB init/uninit to init_context()/free_context() …
(edit) @9d33bab5   10 years anton h264: drop H264Context.ouputed_poc It is only set, but never used for …
(edit) @27b0e6eb   10 years anton h264: drop needs_realloc It is not needed anymore since switching to …
(edit) @215430e0   10 years michaelni Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce' * commit …
(edit) @63978149   10 years michaelni avformat/mpegts: reset last_version on seeking Signed-off-by: Michael …
(edit) @12f7253d   10 years michaelni Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798' * commit …
(edit) @f6c524a9   10 years michaelni Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845' * commit …
(edit) @78f50e7e   10 years michaelni Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d' * commit …
(edit) @966a57b6   10 years michaelni Merge commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b' * commit …
(edit) @27801500   10 years michaelni Merge commit '3919a4572690894d0a7ad4170d699c52b4748194' * commit …
(edit) @77010a41   10 years michaelni Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b' * commit …
(edit) @0ac8ff61   10 years lu_zero avresample: Reallocate the internal buffer to the correct size Fixes …
(edit) @7c24ca1b   10 years michaelni nutdec: fix illegal count check in decode_main_header The existing …
(edit) @36170266   10 years michaelni nutdec: fix memleaks on error in nut_read_header Signed-off-by: …
(edit) @3ff1af2   10 years michaelni nutdec: check chapter creation in decode_info_header This fixes a …
(edit) @82de8d71   10 years lu_zero mpegts: Update the PSI/SI table only if the version change If a PAT …
(edit) @66211058   10 years michaelni nutdec: check for negative frame rate in decode_info_header A …
(edit) @5bebd13d   10 years michaelni avcodec/vqavideo: Use ff_tlog() for byte and opcode tracing …
(edit) @191dd219   10 years michaelni avformat/dtsdec: Extend DTS core sync word Check extended sync word …
(edit) @0c69164f   10 years vittorio.giovara h263: Convert function to macro
(edit) @59dfc2b0   10 years vittorio.giovara h263: Drop commented-out code and a related otherwise unused function
(edit) @c3418201   10 years vittorio.giovara jpeglsenc: Mark codec as init-thread-safe and init-cleanup Fixes a …
(edit) @3919a457   10 years vittorio.giovara jpeglsenc: Check memory allocations Convert exisiting free functions …
(edit) @f5ba67ee   10 years vittorio.giovara flacenc: Move a scratch buffer to struct used by the function This …
(edit) @e2877bdf   10 years michaelni ffmpeg: remove incorrect network deinit Signed-off-by: Michael …
(edit) @699341d6   10 years michaelni apedec: prevent out of array writes in decode_array_0000 …
(edit) @91305c60   10 years michaelni OpenCL: Fix ABI incompatibility issues AVOpenCLDeviceNode and …
(edit) @cf234552   10 years michaelni OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c The …
(edit) @b410c69f   10 years michaelni webmdashenc: Fix UTCTiming Element Remove the direct profile from …
(edit) @464c4915   10 years michaelni apedec: set s->samples only when init_frame_decoder succeeded …
(edit) @8ca170a   10 years michaelni libavformat/webm_chunk: Write first audio packet. Fix a bug where the …
(edit) @0e7444f6   10 years michaelni avcodec/hevc: Remove current_sps The variable should not be needed …
(edit) @2879a4ec   10 years u tests: make sure subtitles tests are run with a rawdiff This will …
(edit) @11d2927   10 years u tests/subtitles: fix microdvd crlf in ref
(edit) @6fe2afaa   10 years michaelni Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change. …
(edit) @4a7b506   10 years michaelni makefile: add Loongson-3 support Signed-off-by: Michael Niedermayer …
(edit) @8a03d428   10 years michaelni avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete …
(edit) @603c8393   10 years michaelni swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() …
(edit) @46778ab2   10 years michaelni avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() …
(edit) @0ace686   10 years michaelni avcodec: optimize mathops for Loongson-3 v1 HAVE_LOONGSON is replaced …
(edit) @4b8a8194   10 years michaelni avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats …
(edit) @81e40c26   10 years michaelni avcodec/ffv1enc: Ensure that bits per raw sample is valid …
(edit) @9c3c7b45   10 years michaelni avutil/log: more complete description of av_log function
(edit) @71043016   10 years michaelni avcodec/rv10: Use ff_tlog() for block level tracing Signed-off-by: …
(edit) @e06dde52   10 years michaelni avcodec/dvbsubdec: Do not return a value from a function returning …
(edit) @0b13f422   10 years michaelni avcodec/interplayvideo: Use ff_tlog() for block level decode tracing …
(edit) @febbb3cb   10 years michaelni avcodec/h264_slice: Change a few asserts to av_assert* Signed-off-by: …
(edit) @fa2d3b6d   10 years michaelni Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' * commit …
(edit) @7b94a2f4   10 years michaelni avcodec/ituh263dec: Use ff_tlog() for block level information …
(edit) @d52a8bf1   10 years michaelni avcodec/h264_cabac: Use ff_tlog() for block level information …
(edit) @5aed1d42   10 years lu_zero vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage …
Note: See TracRevisionLog for help on using the revision log.