source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @86b0d9cd   14 years michaelni Make the h264 loop filter bit depth aware. Preparatory patch for high …
(edit) @63cc0e77   14 years michaelni Template dsputil_internal.h with respect to pixel size, etc. …
(edit) @9abd87bb   14 years michaelni Template h264idct_internal.h with respect to pixel size, etc. …
(edit) @2b092f7a   14 years michaelni Template h264pred_internal.h with respect to bit depth, etc. …
(edit) @21a7c93   14 years michaelni Template h264dsp_internal.h with respect to pixel size, etc. …
(edit) @8dffcca5   14 years michaelni Move some functions in dsputil.c into a new file dsputil_internal.h. …
(edit) @7bc8032   14 years michaelni Move the functions in h264idct into a new file h264idct_internal.h. …
(edit) @c2f38da9   14 years michaelni Move the functions in h264pred.c into a new file h264pred_internal.h. …
(edit) @2431689b   14 years michaelni Move the functions in h264dsp.c into a new file h264dsp_internal.h …
(edit) @d4497f6d   14 years michaelni Add pixel formats for 9- and 10-bit yuv420p. Also add support for …
(edit) @af0b2d67   14 years michaelni Choose h264 chroma dc dequant function dynamically. Needed for high …
(edit) @488efb33   14 years michaelni H264: Fix slice threads Signed-off-by: Michael Niedermayer …
(edit) @701d0eb1   14 years Reimar.Doeffinger Fix input buffer size check in adpcm_ea decoder. Unfortunately the …
(edit) @afaedbd   14 years michaelni Add "Did you provide a clear git commit log message?" to the patch …
(edit) @c55efca0   14 years michaelni x11: fix memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @05c062e9   14 years michaelni replace movw instruction in ac3dsp_armv6.S AS …
(edit) @a2beabc2   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: daud: Don't …
(edit) @347b375a   14 years alex.converse daud: Don't write packets that are too large to have their size …
(edit) @d459d8e2   14 years Reimar.Doeffinger Abort Ogg header parsing when we encounter a data packet. Fixes …
(edit) @cf39b461   14 years rsbultje pthread: validate_thread_parameters() ignored slice-threading being …
(edit) @f82163cf   14 years rsbultje Use consistent condition for whether to run slice-threading execute …
(edit) @17ca374c   14 years anton avformat.h: fix a misplaced #endif
(edit) @da21440d   14 years siretart vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge. …
(edit) @09ce8462   14 years siretart vaapi: filter out DELAYED_PIC_REF flag to determine field. This fixes …
(edit) @ae7a4a15   14 years Philip Langdale CrystalHD: Improve detection of h.264 content. As previously …
(edit) @bfde0f1b   14 years Philip Langdale CrystalHD: Carry picture type from input to output picture. Now that …
(edit) @f6421e0b   14 years Philip Langdale CrystalHD: Bring in h.264 parser to establish picture type. As the …
(edit) @e99fd6ee   14 years Philip Langdale CrystalHD: Change opaque_list_pop to return the node. In preparation …
(edit) @ca0eed7e   14 years Philip Langdale CrystalHD: Fix whitespace after previous change. 'git diff -w' …
(edit) @9ce1d5f0   14 years Philip Langdale CrystalHD: Handle different h.264 MBAFF packing. I found another …
(edit) @c0577ce   14 years michaelni flv: Only parse keyframe index when the underlaying protocol allows …
(edit) @ba667e60   14 years michaelni Fix support for flvtool2 "keyframes based" generated index in FLV …
(edit) @f7f9e24d   14 years michaelni Replace outdated info on the FAQ FAQ could use some work. This …
(edit) @d4d09329   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: lavf: bump minor …
(edit) @a61bc91d   14 years michaelni Fix ticket21, temporary audio array was too small. Signed-off-by: …
(edit) @0c68c804   14 years anton lavf: bump minor and add an APIChanges entry for avformat cleanup
(edit) @3ee53dab   14 years anton lavf: get rid of ffm-specific stuff in avformat.h
(edit) @cdc6a87f   14 years anton avio: deprecate av_protocol_next().
(edit) @f8270bbf   14 years anton avio: add a function for iterating though protocol names.
(edit) @c234d40b   14 years anton lavf: rename a parameter of av_sdp_create from buff->buf This is more …
(edit) @c3675dfe   14 years anton lavf: rename avf_sdp_create to av_sdp_create. The new name is more …
(edit) @a9bf9d8e   14 years anton lavf: make av_guess_image2_codec internal It doesn't look very useful …
(edit) @5593f031   14 years anton avio: make URLProtocol internal.
(edit) @c486dade   14 years anton avio: make URLContext internal.
(edit) @c5704b2b   14 years anton lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
(edit) @9d4cb45d   14 years michaelni Cleanup 'Fix spurious warning when stream has SPS and PPS units.' …
(edit) @f35ff97f   14 years anton lavf: use designated initializers for all protocols This is more …
(edit) @a6aa7a1a   14 years anton applehttp: don't use deprecated url_ functions.
(edit) @d6bbe761   14 years anton avio: move two ff_udp_* functions from avio_internal to url.h
(edit) @acaceca2   14 years anton asfdec: remove a forgotten declaration of nonexistent function
(edit) @026e175   14 years anton avio: deprecate the typedef for URLInterruptCB There's no particular …
(edit) @d0df2934   14 years michaelni Merge remote-tracking branch 'ffmpeg-mt/master' * …
(edit) @c88caa52   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: proto: include …
(edit) @db95e559   14 years michaelni fix another forgotten mplayerhq.hu link Signed-off-by: Michael …
(edit) @610b963e   14 years michaelni Fix link to ffmpeg-devel Signed-off-by: Michael Niedermayer …
(edit) @ffb61814   14 years michaelni Fix deblocking with thread_slices Signed-off-by: Michael Niedermayer …
(edit) @f6d71b3   14 years michaelni ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40. …
(edit) @a203125   14 years lu_zero proto: include os_support.h in network.h Fix compilation on systems …
(edit) @91819763   14 years anton matroskaenc: don't write an empty Cues element.
(edit) @9f5ddd1e   14 years anton lavc: add a FF_API_REQUEST_CHANNELS deprecation macro And hide …
(edit) @5cec8971   14 years anton avio: move extern url_interrupt_cb declaration from avio.h to url.h
(edit) @8e76a19b   14 years anton avio: make av_register_protocol2 internal.
(edit) @80c6e238   14 years anton avio: avio_ prefix for url_set_interrupt_cb.
(edit) @f87b1b37   14 years anton avio: AVIO_ prefixes for URL_ open flags.
(edit) @de174d0d   14 years michaelni riff: add ATRAC3+ guid Signed-off-by: Michael Niedermayer …
(edit) @aa9380c8   14 years michaelni ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE …
(edit) @36ffabc4   14 years michaelni move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, …
(edit) @c1309b27   14 years michaelni move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h …
(edit) @dc410361   14 years michaelni Install libavutil/{aes,sha}.h Signed-off-by: Michael Niedermayer …
(edit) @4f299411   14 years stefano.sabatini-lala pad: fix example explanation "row" and "column" term positions in the …
(edit) @c0e51ec   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Fix parser: mark …
(edit) @3d42d493   14 years lu_zero proto: introduce listen option in tcp This way is possible to have …
(edit) @a013291d   14 years lu_zero doc: clarify configure features This way people will not get …
(edit) @ebba2b3e   14 years lu_zero proto: factor ff_network_wait_fd and use it on udp Support the …
(edit) @4b9c03b   14 years michaelni Align stack variables manually in yadif x86 code, should fix ticket25 …
(edit) @9f8008a9   14 years michaelni move image check down in ffplay.c Signed-off-by: Michael Niedermayer …
(edit) @454fab72   14 years michaelni Disable dr1 in ffplay for svq1 (fixes ticket40) Signed-off-by: Michael …
(edit) @1f6265e0   14 years anton Fix parser: mark av_parser_parse() for removal on next major bump Fix …
(edit) @8bce71df   14 years michaelni Check sizes a bit in ffplay, cant hurt. Signed-off-by: Michael …
(edit) @326dff7d   14 years michaelni Fix ticket34 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @bc604722   14 years michaelni Drop checkheaders from check, its useless Signed-off-by: Michael …
(edit) @6b1c886b   14 years michaelni Fix ticket20 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @0464ee9a   14 years anton swscale: postpone sws_getContext removal until next major bump. The …
(edit) @0ba83223   14 years janne-libav fate: add AAC LATM test
(edit) @1265395b   14 years Reimar.Doeffinger Add PlayStation Portable PMP format demuxer Not yet complete, for …
(edit) @6e37b45   14 years anton mmst: get rid of deprecated AVERRORs
(edit) @a2018b51   14 years anton lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.
(edit) @f5b386af   14 years anton Reemove remaining uses of deprecated AVERROR_NOTSUPP.
(edit) @56a1000   14 years anton lavf: if id3v2 tag is present and all else fails, guess by file extension
(edit) @d6c85865   14 years michaelni Revert "ffmpeg: fix aspect ratio setting" This reverts commit …
(edit) @11d78415   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: psymodel: extend …
(edit) @ee6db0de   14 years michaelni Fix ffmpeg-mt fixme in h264. Signed-off-by: Michael Niedermayer …
(edit) @98fe404a   14 years michaelni Fix REBASE_PICTURE with h.264 Signed-off-by: Michael Niedermayer …
(edit) @b5ef6f8e   14 years michaelni Fix crash in ffmpeg.c with PIX_FMT_NONE Signed-off-by: Michael …
(edit) @0c72180e   14 years michaelni Revert "Set the correct target for mingw64 dlltool" Revert due to …
(edit) @1f3a1fa9   14 years michaelni Fix gazeta-20090408-1456-aa.ts regression introduced by …
(edit) @b1eeddf1   14 years michaelni Fix Ticket37 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @5371803d   14 years janne-libav psymodel: extend API to include PE and bit allocation. Signed-off-by: …
(edit) @668438a3   14 years anton avio: always compile dyn_buf functions Fixes build with …
(edit) @da53f05f   14 years Reimar.Doeffinger Do not offer unsupported HWAccel PIX_FMT. Only fixes MPEG-1/MPEG-2 as …
Note: See TracRevisionLog for help on using the revision log.