Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(234)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/ffmpeg/avcodec-52.def
Issue
113748
:
New FFmpeg public API headers to match our source tarball in deps. (Closed)
Patch Set: Fixes
Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
media/base/media_posix.cc
media/bench/bench.cc
media/filters/ffmpeg_audio_decoder.cc
media/filters/ffmpeg_demuxer_unittest.cc
media/filters/ffmpeg_video_decoder.cc
third_party/ffmpeg/README.chromium
third_party/ffmpeg/avcodec-52.def
third_party/ffmpeg/ffmpeg.gyp
third_party/ffmpeg/include/libavcodec/avcodec.h
third_party/ffmpeg/include/libavdevice/avdevice.h
third_party/ffmpeg/include/libavformat/avformat.h
third_party/ffmpeg/include/libavutil/avutil.h
third_party/ffmpeg/include/libavutil/fifo.h
third_party/ffmpeg/include/libavutil/pixfmt.h
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/ffmpeg/README.chromium
('k') |
third_party/ffmpeg/ffmpeg.gyp »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 LIBRARY avcodec-52
1 LIBRARY avcodec-52
2 EXPORTS
2 EXPORTS
3
av_free_packet
3 av_get_bits_per_sample_format
4 av_get_bits_per_sample_format
5
av_init_packet
4 av_new_packet
6 av_new_packet
5
avcodec_alloc_context
6 avcodec_alloc_frame
7 avcodec_alloc_frame
7
avcodec_decode_
audio2
8
avcodec_decode_
audio3
8
avcodec_decode_
video
9
avcodec_decode_
video2
9 avcodec_find_decoder
10 avcodec_find_decoder
10
avcodec_get_frame_defaults
11 avcodec_init
11 avcodec_init
12 avcodec_open
12 avcodec_open
13
avcodec_thread_execute
14
avcodec_thread_free
15 avcodec_thread_init
13 avcodec_thread_init
OLD
NEW
« no previous file with comments
|
« third_party/ffmpeg/README.chromium
('k') |
third_party/ffmpeg/ffmpeg.gyp »
('j') |
no next file with comments »
Issue 113748: New FFmpeg public API headers to match our source tarball in deps. (Closed)
Created 11 years, 7 months ago by scherkus (not reviewing)
Modified 9 years, 7 months ago
Reviewers: awong
Base URL:
Comments: 9
This is Rietveld
408576698